conda使用

常用命令

env

  • conda env list # 查看虚拟环境
  • conda create -n python2 python=2.7 anaconda ## 创建虚拟环境

常见问题

conda: command not found

  • ~/.bashrc 添加环境变量 export PATH=$PATH:/home/xxxx/miniconda3/bin
posted @ 2021-10-11 14:33  春树&暮云  阅读(16)  评论(0编辑  收藏  举报