Created
November 5, 2016 07:03
-
-
Save inyl/00a25fa6e20dbeda70636f85205cb5ec to your computer and use it in GitHub Desktop.
python virtualenv
This file contains 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 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