doc: update docs/conda.md (#417)

添加: 设置指定环境为默认环境
```bash
vim ~/.bashrc
export PATH="~/anaconda/envs/ENVNAME/bin:$PATH"  # 文件末尾添加
conda activate ENVNAME  # :wq 保存并关闭
source ~/.bashrc  # 更新
conda config --set auto_activate_base false # 禁用auto activate base环境
``` 39fb8143ac
This commit is contained in:
jaywcjlove
2023-08-18 08:43:55 +00:00
parent 3689894cc6
commit a038a095f5
3 changed files with 47 additions and 40 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.3 MiB

After

Width:  |  Height:  |  Size: 5.3 MiB