Virtualenv¶
Legacy Wiki Page
This page was migrated from the old MoinMoin-based wiki. Information may be outdated or no longer applicable. For current documentation, see python.org.
Tool for working with your Python packages in isolation:
Development: https://github.com/pypa/virtualenv
There is also virtualenvwrapper{.backtick} that extends virtualenv{.backtick} to make it easier to work with multiple virtualenvs:
Docs: http://www.doughellmann.com/projects/virtualenvwrapper/
Development: https://bitbucket.org/dhellmann/virtualenvwrapper
The ability is also included in Python 3.3 through PEP 405.