Skip to content

Instantly share code, notes, and snippets.

@guylaor
Last active June 3, 2016 21:30
Show Gist options
  • Save guylaor/d356d1b7b5ba26dfc0b79829cba8fe6c to your computer and use it in GitHub Desktop.
Save guylaor/d356d1b7b5ba26dfc0b79829cba8fe6c to your computer and use it in GitHub Desktop.
installing python 3.5
brew install pyenv
pyenv install 3.5.0
virtualenv -p /Users/Guy/.pyenv/versions/3.5.0/bin/python3.5 mypy3
. ./mypy3/bin/activate
python --version
# installing tensor flow
pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.8.0-py3-none-any.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment