码迷,mamicode.com
首页 > 其他好文 > 详细

当你想要在conda指定的某个环境中安装包的方法

时间:2019-03-27 10:49:56      阅读:1088      评论:0      收藏:0      [点我收藏+]

标签:查看   version   ase   nbsp   tensor   port   ORC   collect   book   

1)使用conda install -n 环境名 包名

userdeMBP:pytorch user$ conda install -n deeplearning2 tensorflow

 

2)进入环境,在环境中使用pip install命令:

userdeMacBook-Pro:classifier cifar user$ conda activate deeplearning
(deeplearning) userdeMacBook-Pro:classifier cifar user$ pip install tensorflow
Collecting tensorflow
...

 然后查看:

(deeplearning) userdeMBP:~ user$ python
Python 3.7.2 (default, Dec 29 2018, 00:00:04) 
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow
>>> tensorflow.__version__
1.13.1
>>> 

可见安装了1.13.1版本的tensorflow

当你想要在conda指定的某个环境中安装包的方法

标签:查看   version   ase   nbsp   tensor   port   ORC   collect   book   

原文地址:https://www.cnblogs.com/wanghui-garcia/p/10605608.html

(0)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!