1
0
Fork 0
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.
prezto/modules/python
Sebastian Wiesner 5248089321
Fixed test for WORKON_HOME
13 years ago
..
README.md Improved and expanded README 13 years ago
init.zsh Fixed test for WORKON_HOME 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.