Skip to content

Instantly share code, notes, and snippets.

@lengerfulluse
Created August 5, 2016 07:16
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 lengerfulluse/de74936b1caa181ea9915b991b9de286 to your computer and use it in GitHub Desktop.
Save lengerfulluse/de74936b1caa181ea9915b991b9de286 to your computer and use it in GitHub Desktop.
  1. install ipython notebook. pip3 install jupyter

  2. install tensorflow on virtualenv.

     `$ sudo pip install --upgrade virtualenv`
     `$ virtualenv --system-site-packages ~/tensorflow`   
     `$ source ~/tensorflow/bin/activate  # If using bash
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment