首页 > 其他 > 详细

anaconda安装及加入其它环境

时间:2021-09-02 20:53:42      阅读:12      评论:0      收藏:0      [点我收藏+]

下载:

官网地址:Anaconda | Individual Edition --> get started --> download anaconda installers --> 选择相应的版本下载

 

安装:

双击下载好的exe --> next --> i agree --> just me(如果计算机有多个用户都要用选下面的) --> (选择安装目录)next --> (两个都勾选上。一个是添加环境变量,一个是用最新的python版本)install --> next --> next --> finish

 

验证:

打开 cmd 输入:conda

 

加入其它环境的pythone:

打开 anaconda prompt 输入:conda create -n py2.7 python=2.7 

如果anaconda提示无法安装则输入 :
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes conda config --remove channels defaults
再重新输入:conda create -n py2.7 python=2.7
 

 

anaconda安装及加入其它环境

原文:https://www.cnblogs.com/fxw1/p/15219861.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!