Windows venv is Scripts, capital S

closes #2056
This commit is contained in:
David Lord 2016-10-12 12:14:49 -07:00 committed by GitHub
parent 3f6ddf9cfd
commit 4f23ea06c5

View file

@ -72,7 +72,7 @@ corresponding environment. On OS X and Linux, do the following::
If you are a Windows user, the following command is for you:: If you are a Windows user, the following command is for you::
$ venv\scripts\activate $ venv\Scripts\activate
Either way, you should now be using your virtualenv (notice how the prompt of Either way, you should now be using your virtualenv (notice how the prompt of
your shell has changed to show the active environment). your shell has changed to show the active environment).