Re: Tools for using virtual environments and PEP 370

2008-11-28 Thread Дамјан Георгиевски
> 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

Re: Tools for using virtual environments and PEP 370

2008-11-27 Thread Дамјан Георгиевски
> 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

Tools for using virtual environments and PEP 370

2008-11-20 Thread Дамјан Георгиевски
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