Skip to content

Instantly share code, notes, and snippets.

@doctorpangloss
Created March 5, 2019 20:11
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 doctorpangloss/93f428e8df7914a4191ecec40496b7af to your computer and use it in GitHub Desktop.
Save doctorpangloss/93f428e8df7914a4191ecec40496b7af to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
brew install python3
pip3 install virtualenv
cd ~/Documents
virtualenv --python=python3 Environment
source Environment/bin/activate
pip3 install jupyter
jupyter notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment