Skip to content

Instantly share code, notes, and snippets.

@BonfaceKilz
Last active May 1, 2018 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BonfaceKilz/34da81cb1f1ff919d08de1e16b811b8d to your computer and use it in GitHub Desktop.
Save BonfaceKilz/34da81cb1f1ff919d08de1e16b811b8d to your computer and use it in GitHub Desktop.
Creating a virtualenv for jupyter to run python3.5
virtualenv -p /usr/bin/python3.5 py35
source py35/bin/activate
# For the first time run:
# pip install jupyter
# pip install matlab_kernel
jupyter               # Jupyter running Python 3.5
deactivate            # Leave virtualenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment