Created
December 9, 2016 06:13
-
-
Save dileepbapat/0c5fd27942c4570325fd5c038191ee9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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