LoginSignup
5
6

More than 5 years have passed since last update.

anacondaでtensorflowをインストールする際の注意点

Posted at

1.ターミナルを立ち上げたらpyenvは初期化
eval "$(pyenv init -)"

2.source activate tensorflowのactivateはフルパスで指定
source .pyenv/versions/anaconda3-4.1.0/envs/tensorflow/bin/activate tensorflow

(参考)
http://ill-identified.hatenablog.com/entry/2016/08/11/204205

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6