所以我採取在線課程和這裏的說明:如何在Mac OS X中激活終端中的Anaconda環境?
Install Anaconda:
Follow the instructions on the Anaconda download site.
Create a conda environment called tensorflow:
# Python 2.7 $ conda create -n tensorflow python=2.7 # Python 3.4 $ conda create -n tensorflow python=3.4 # Python 3.5 $ conda create -n tensorflow python=3.5
Activate the environment and use conda or pip to install TensorFlow inside it.
那麼如何激活環境?
我有Mac OS X的方式。
http://stackoverflow.com/questions/20081338/how-to-activate -an-anaconda-environment – plumSemPy
由於您更改了接受的答案,請問現在標記的答案是否適合您?或者它顯示錯誤'錯誤:激活必須來源。運行'源激活envname'' – techraf