Sebastian Wiesner
6886d552bb
|
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.
Local package installation
Since version 2.6 Python supports per user package installation into a per user site as defined in PEP 370.
This module prepends the scripts directory of the per user site
to $path
so that you can run Python scripts from per user packages. It also
prepends the man directories from the per user site to $manpath
to make
documentation of per user packages available.
You can install packages into the per user site with easy_install --user
or
pip install --user
.
virtualenvwrapper support
virtualenvwrapper is a frontend to the popular virtualenv utility. virtualenv creates isolated Python environments and virtualenvwrapper provides convenient shell functions to create, switch and manage such environments.
If virtualenvwrapper is installed and the $WORKON_HOME
environment variable
is set, this module sources the virtualenvwrapper initialization script to
enable virtualenvwrapper.
Authors
The authors of this module should be contacted via the github bug tracker.