Skip to content

Instantly share code, notes, and snippets.

@dileepbapat
Created December 9, 2016 06:13
Show Gist options
  • Save dileepbapat/0c5fd27942c4570325fd5c038191ee9f to your computer and use it in GitHub Desktop.
Save dileepbapat/0c5fd27942c4570325fd5c038191ee9f to your computer and use it in GitHub Desktop.
sudo apt-get install python-pip python-dev python-virtualenv
virtualenv --system-site-packages ~/tensorflow
source ~/tensorflow/bin/activate
export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0rc0-cp27-none-linux_x86_64.whl
pip install --upgrade $TF_BINARY_URL
#remember to run source ~/tensorflow/bin/activate on new shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment