> Python 2.6 implemented PEP 370: Per-user site-packages Directory
Ok, you can completelly replace virtualenv with
a) setting PYTHONUSERBASE=
b) Editing ~/.pydistutils.cfg to be like:
[install]
user=True
After this, installing new packages go to
$PYTHONUSERBASE/lib/python2.6/si
> Python 2.6 implemented PEP 370: Per-user site-packages Directory[1]
>
> Now, are there any tools I could use to create and activate virtual
> environments like workingenv, virtualenv etc. but that will use
> PYTHONUSERBASE instead of hard-linking the python program.
>
>
> [1]
> http://docs.pyt
Python 2.6 implemented PEP 370: Per-user site-packages Directory[1]
Now, are there any tools I could use to create and activate virtual
environments like workingenv, virtualenv etc. but that will use
PYTHONUSERBASE instead of hard-linking the python program.
[1]
http://docs.python.org/dev/what