mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-25 08:21:31 +08:00
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:
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 |
Reference in New Issue
Block a user