命令

# 创建环境名称
conda create --name python36 python=3.6

# 切换环境名称
activate python36

# 查看python版本
python --version

相关文章: