Confirmed users
3,990
edits
No edit summary |
|||
| Line 9: | Line 9: | ||
python virtualenv-1.6.1/virtualenv.py $HOME/venv | python virtualenv-1.6.1/virtualenv.py $HOME/venv | ||
$HOME/venv/bin/pip install virtualenvwrapper | $HOME/venv/bin/pip install virtualenvwrapper | ||
chmod 755 $HOME/venv/virtualenv-1.6.1/scripts/virtualenv | |||
</pre> | </pre> | ||
| Line 17: | Line 18: | ||
VIRTUALENVWRAPPER_PYTHON=$HOME/venv/bin/python | VIRTUALENVWRAPPER_PYTHON=$HOME/venv/bin/python | ||
source $HOME/venv/bin/virtualenvwrapper.sh | source $HOME/venv/bin/virtualenvwrapper.sh | ||
export PATH=$HOME/venv/virtualenv-1.6.1/scripts | |||
</pre> | </pre> | ||