当你不用 TensorFlow 的时候,关闭环境:
(tensorflow)$ source deactivate $ # Your prompt should change back
再次使用的时候再激活:
$ source activate tensorflow (tensorflow)$ # Run Python programs that use TensorFlow....