Confirmed users
1,867
edits
Line 27: | Line 27: | ||
=== Virtualenvwrapper Installation and Usage === | === Virtualenvwrapper Installation and Usage === | ||
<ol> | <ol> | ||
<li>From the <b><i>cmd prompt</i></b> install pip:</li> | <li>From the <b><i>cmd prompt</i></b> install <b><i>pip</i></b>:</li> | ||
pip install virtualenvwrapper-win | pip install virtualenvwrapper-win | ||
<li>Set your environment variable:</li> | <li>Set your environment variable:</li> | ||
WORKON_HOME = C:\Python27\Scripts | WORKON_HOME = C:\Python27\Scripts: | ||
<li>You can now create | <li>You can now create <b><i>virtualenvs</i></b>: | ||
mkvirtualenv <name of the environment | |||
</ol> | </ol> |