linux中用anaconda使用不一样版本python

1.使用命令conda create --name python36 python=3.6  #你想使用哪一个版本就下载哪一个版本,--name后面跟的是该虚拟环境的名称python

2.须要使用python3.6时,使用命令 conda activate python36  #激活该虚拟环境下载

3.须要推出36环境时,使用命令 conda deactivate python36   co

相关文章
相关标签/搜索