新建虚拟环境
2019-01-17 本文已影响0人
阿昀姑娘在南方
https://jingyan.baidu.com/article/22a299b5e6e4909e18376a4b.html
conda info --envs
conda create --name python27 python=2.7
activate python27
deactivate python27
conda remove --name python27 --all
jupyter中安装nb_conda插件后,方可访问环境,在环境中编写代码。
------------必须使用anaconda prompt安装,cmd安装需要无休止重复安装
jupyter并行2.7和3.6版本的python:
https://www.cnblogs.com/lemonbit/p/7096541.html