赞
踩
# 创建环境名称conda create --name python36 python=3.6 # 切换环境名称activate python36 # 查看python版本python --version