Tools for using virtual environments and PEP 370

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?UTF-8?B?0JTQsNC80ZjQsNC9INCT0LXQvtGA0LPQuNC10LLR

    Tools for using virtual environments and PEP 370

    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]
    Author, A.M. Kuchling (amk at amk.ca),. This article explains the new features in Python 2.6, released on October 1, 2008. The release schedule is described in PEP 361. The major theme of Python 2....



    --
    дамјан ( http://softver.org.mk/damjan/ )

    When you do things right, people won't be sure if you did anything at all.
Working...