python-virtualenv

Python virtual environment creator
  https://pypi.python.org/pypi/virtualenv
  3
  2 reviews



The virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via easy_install. Virtual Python instances can also be created without root access.

This is the Python 2 version of the library.
Latest reviews
5
matafleur 8 years ago

Necessary for python developers

4
blueXrider 12 years ago

quite nice