doc: update docs/conda.md

This commit is contained in:
jaywcjlove 2023-08-24 01:00:04 +08:00
parent 0d0e73c0a3
commit 36676240e2

View File

@ -92,7 +92,6 @@ conda clean --all # 清除所有未使用的文件
conda config --show # 检查conda配置
```
设置指定环境为默认环境
```bash
@ -103,7 +102,6 @@ source ~/.bashrc # 更新
conda config --set auto_activate_base false # 禁用auto activate base环境
```
### 额外提示
```bash