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.
21 lines
634 B
21 lines
634 B
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.
|
|
|
|
Authors
|
|
-------
|
|
|
|
*The authors of this module should be contacted via the github bug tracker.*
|
|
|
|
- [Sebastian Wiesner](https://github.com/lunaryorn)
|
|
|
|
[venvwrapper]: http://www.doughellmann.com/projects/virtualenvwrapper/
|
|
[venv]: http://pypi.python.org/pypi/virtualenv
|