Skip to content

Instantly share code, notes, and snippets.

@inyl
Created November 5, 2016 07:03
Show Gist options
  • Save inyl/00a25fa6e20dbeda70636f85205cb5ec to your computer and use it in GitHub Desktop.
Save inyl/00a25fa6e20dbeda70636f85205cb5ec to your computer and use it in GitHub Desktop.
python virtualenv
sudo pip install --upgrade virtualenv
virtualenv --system-site-packages ~/tensorflow
source ~/tensorflow/bin/activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment