简体   繁体   English

在安装anaconda3和python2.7之后需要安装Python3

[英]Need to install Python3 after installing anaconda3 and python2.7

Currently, I have anaconda3 installed on my Mac, and I am using python 2.7 also. 当前,我在Mac上安装了anaconda3,并且我也在使用python 2.7。 But I am trying to see if I can use python 3.1 as an alternative. 但是我试图看看是否可以使用python 3.1作为替代。

When I check the environments using the command, 当我使用命令检查环境时,

conda info --envs

I get the output as : 我得到的输出为:

base *  /anaconda3
python2 /anaconda3/envs/python2

MayI know what steps shd I take so that I can see python3.1 also in list of environments? 我可以知道我要采取什么步骤以便在环境列表中也可以看到python3.1吗? Do I need to reinstall anaconda3 on my machine.thanks 我需要在机器上重新安装anaconda3吗?

以下是python 3.1的文件,请下载并安装它们https://www.python.org/download/releases/3.1/如果该软件提供了3.1,则应该显示该文件

尝试这个

conda install python=3.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM