anaconda中安装多个版本的python

    xiaoxiao2022-07-03  109

    1、安装anaconda3:

    https://jingyan.baidu.com/article/3f16e0031e87522591c10320.html

    会安装上python3.6或者其他版本

    2、安装python2.7之类的更低的版本

    https://blog.csdn.net/levon2018/article/details/84316088

    重点:conda create --name python27 python=2.7

    切换:deactivate python27/activate boot

    最新回复(0)