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.
Sorin Ionescu b2b90c22f8 Improve diction in documentation 12 years ago
..
README.md Improve diction in documentation 12 years ago
init.zsh Source virtualenvwrapper in python module 12 years ago

README.md

Python

Enables local Python package installation.

Local Package Installation

Since version 2.6, Python supports per user package installation, as defined in PEP 370.

This module prepends per user site directories to the relevant path variables to enable the execution of user installed scripts and the reading of documentation.

Usage

Install packages into the per user site directory with easy_install --user or pip install --user.

virtualenvwrapper

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

Usage

Install virtualenvwrapper and set $WORKON_HOME to the path where virtual environments will be stored.

Authors

The authors of this module should be contacted via the issue tracker.