On this page
Conda

Basic Usage of Conda

ZQ

About 178 wordsLess than 1 minute

conda

2022-7-11

cover
本文记录了conda的基本命令。

conda 使用

  • conda -V
    • 查看 conda 版本
  • conda info -e
    • 查看当前已有的 conda 环境
  • conda create --name TestE python=3.8
    • 创建一个新的 conda 环境
  • conda remove -n TestE --all
    • 根据名字删除一个 conda 环境
  • conda activate TestE
    • 激活一个 conda 环境
  • conda deactivate
    • 取消 conda 激活 回退到 base 或者系统环境
  • conda config --set auto_activate_base false
    • 取消自动激活 base 使用系统自带 python 环境

公安备案: 32020502000797
ICP备2021005150号