简体   繁体   中英

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. But I am trying to see if I can use python 3.1 as an alternative.

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? Do I need to reinstall anaconda3 on my machine.thanks

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

尝试这个

conda install python=3.1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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