Skip to content

Instantly share code, notes, and snippets.

@tachesimazzoca
Created March 6, 2017 03:13
Show Gist options
  • Save tachesimazzoca/26757249daf3915960cd7e1cfffe7293 to your computer and use it in GitHub Desktop.
Save tachesimazzoca/26757249daf3915960cd7e1cfffe7293 to your computer and use it in GitHub Desktop.
Python for Windows

Python for Windows

MSI Installers

virtualenvwrapper-win

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment