C:\Users\foo> pip install virtualenvwrapper-win
C:\Users\foo> mkvirtualenv jupyter
New python executable in C:\Users\foo\Envs\jupyter\Scripts\python.exe
Installing setuptools, pip, wheel...done.
(jupyter) C:\Users\foo> pip install jupyter
...
(jupyter) C:\Users\foo> jupyter --help
(jupyter) C:\Users\foo> deactivate
C:\Users\foo> workon
Pass a name to activate one of the following virtualenvs:
==============================================================================
jupyter
C:\Users\foo> workon jupyter
(jupyter) C:\Users\foo> deactivate
C:\Users\foo> rmvirtualenv jupyter
Created
March 6, 2017 03:13
-
-
Save tachesimazzoca/26757249daf3915960cd7e1cfffe7293 to your computer and use it in GitHub Desktop.
Python for Windows
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment