Size: 266
Comment: link pep
|
← Revision 3 as of 2012-06-24 08:13:12 ⇥
Size: 526
Comment: + virtualenvwrapper
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
There is also `virtualenvwrapper` that extends `virtualenv` to make it easier to work with multiple virtualenvs: * Docs: http://www.doughellmann.com/projects/virtualenvwrapper/ * Development: https://bitbucket.org/dhellmann/virtualenvwrapper |
Tool for working with your Python packages in isolation:
Development: https://github.com/pypa/virtualenv
There is also virtualenvwrapper that extends virtualenv 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.