prezto/modules/python
2012-04-13 14:10:46 +02:00
..
init.zsh Moved virtualenvwrapper functionality into Python module and added README to python module 2012-04-13 14:10:46 +02:00
README.md Moved virtualenvwrapper functionality into Python module and added README to python module 2012-04-13 14:10:46 +02:00

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. 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.