赞
踩
官网:conda 4.0.8 : Python Package Index
<package-name>
conda install -y
,直接安装库,而无需询问和确认;Installing Tensorflow with Anaconda
$ conda create -n tf
$ source activate tf
(tf) $
(tf) $ source deactivate tf
也即除了创建语句不同之外,其他基本一致;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。