Skip to content

Instantly share code, notes, and snippets.

@a2chub
Created July 6, 2017 03:07
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 a2chub/908a3401f6e5756a7ea9003e9f194ac9 to your computer and use it in GitHub Desktop.
Save a2chub/908a3401f6e5756a7ea9003e9f194ac9 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~
virtualenv tensorflow2
source tensorflow2/bin/activate
pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.2.1-py2-none-any.whl
pip install jupyter
pip install pandas
pip install matplotlib
pip install cloudmlmagic
ipython notebook &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment