You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
485 B
14 lines
485 B
13 years ago
|
virtualenvwrapper
|
||
|
=================
|
||
|
|
||
|
Enables [virtualenvwrapper][venvwrapper] if installed.
|
||
|
|
||
|
[virtualenvwrapper][venvwrapper] is a frontend to [virtualenv][venv] which
|
||
|
provides convenient shell functions to create, switch and manage virtualenvs.
|
||
|
|
||
|
This module will source the virtualenvwrapper initialization script, if
|
||
|
[virtualenvwrapper][venvwrapper] is installed.
|
||
|
|
||
|
[venvwrapper]: http://www.doughellmann.com/projects/virtualenvwrapper/
|
||
|
[venv]: http://pypi.python.org/pypi/virtualenv
|