安装的过程请参考 Ubuntu14.04下同时安装Anaconda2与Anaconda3

启动的时候cd到$HOME/anaconda2/envs/py3k/bin下

source activate py3k #启动
deactivate py3k    #退出

然后记得在/etc/profile中加上

# added by Anaconda2 4.3.1 installer
export PATH="/home/common/anaconda2/bin:$PATH"

 如果想安装包,直接pip install

相关文章:

  • 2021-11-19
  • 2021-11-20
  • 2022-02-09
  • 2021-06-27
  • 2021-06-26
  • 2021-10-28
  • 2021-12-12
猜你喜欢
  • 2021-08-06
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-11-19
相关资源
相似解决方案