How to install tensorflow with virtualenvwrapper on macOS-Sierra
问题 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? 回答1: First I would install virtualenv and virtualenvwrapper: $pip install virtualenv $pip install virtualenvwrapper Then I would create a directory for