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.
Sebastian Wiesner
e5f1788d1c
|
13 years ago | |
---|---|---|
.. | ||
README.md | 13 years ago | |
init.zsh | 13 years ago |
README.md
Python
Enables local Python package installation (see PEP 370) and virtualenvwrapper, if installed.
This module will prepend the per user site packages directory as defined in PEP
370 to $path
and $manpath
so that you can run Python scripts and read
man pages installed into the per user site.
It also sources the virtualenvwrapper initialization script, if
virtualenvwrapper is installed and $WORKON_HOME
is set.
virtualenvwrapper is a frontend to virtualenv which provides
convenient shell functions to create, switch and manage virtualenvs.
Authors
The authors of this module should be contacted via the github bug tracker.