Confirmed users
2,456
edits
(Created page with "= Initial Setup = <pre> mkdir $HOME/venv cd $HOME/venv wget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.5.1.tar.gz#md5=3daa1f449d5d2ee03099484cecb1c2b7 tar z...") |
|||
| Line 26: | Line 26: | ||
To switch between virtual environments, use the 'workon' command, e.g. | To switch between virtual environments, use the 'workon' command, e.g. | ||
workon buildbot-0.7 | workon buildbot-0.7 | ||
All of the heavy lifting here is done by [http://www.doughellmann.com/docs/virtualenvwrapper/ virutalenvwrapper] | |||