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
Go to list of users who liked
More than 5 years have passed since last update.
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
Register as a new user and use Qiita more conveniently
Go to list of users who liked