I need to install TensorFlow on macOS-Sierra and I want to use virtualenvwrapper for that. To install TensorFlow one could follow the virtualenv installation walk-through provided by TensorFlow website. However, I want to do that with virtualenvwrapper that can be installed like so.
Could someone who has experience with this guide me through?
First I would install virtualenv and virtualenvwrapper:
Then I would create a directory for my virtualenvs.
Then I would update my .bashrc file:
Then source .bashrc:
Then create my virtual environment:
To activate the virtual environment and install tensorflow:
I hope this helps. It's been a while since I've been a regular OSX user. If this doesn't work for you, keep this updated and I might be able to help more.