Installation

Basic Installation

virtualenvwrapper.project should be installed using pip:

$ pip install virtualenvwrapper.project

You will want to install it into the same Python site-packages area where virtualenvwrapper and virtualenv are located. You may need administrative privileges to do that. Refer to the virtualenvwrapper documentation for configuration instructions for virtualenvwrapper.

Note

virtualenvwrapper.project is loaded into your shell environment when virtualenvwrapper is initialized. After installing it, you will need to start a new shell or re-source virtualenvwrapper.sh to cause it to be activated for the current shell.

PROJECT_HOME

The variable PROJECT_HOME tells virtualenvwrapper.project where to place your project working directories. The variable must be set and the directory created before mkproject is used.

You will want to add a line like:

export PROJECT_HOME=$HOME/Devel

to your shell startup file.

Table Of Contents

Previous topic

virtualenvwrapper.project 1.2

Next topic

Command Reference

This Page