美文网首页
抄录 anaconda 常用指令

抄录 anaconda 常用指令

作者: 胡思乱想的我最皮 | 来源:发表于2018-05-25 18:00 被阅读0次

参考文献
http://python.jobbole.com/86236/
conda list
anaconda-navigator
bash xxxxx.sh
conda update conda
rm -rf ~/anaconda3
conda create -n py3 python=3.5 numpy pandas
source active py3
source deactive
conda info -e
conda update --all

相关文章

网友评论

      本文标题:抄录 anaconda 常用指令

      本文链接:https://www.haomeiwen.com/subject/nzpujftx.html