mirror of
https://github.com/jaywcjlove/reference
synced 2026-04-24 23:05:06 +00:00
doc: update docs/conda.md
This commit is contained in:
@@ -92,7 +92,6 @@ conda clean --all # 清除所有未使用的文件
|
|||||||
conda config --show # 检查conda配置
|
conda config --show # 检查conda配置
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
设置指定环境为默认环境
|
设置指定环境为默认环境
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -103,7 +102,6 @@ source ~/.bashrc # 更新
|
|||||||
conda config --set auto_activate_base false # 禁用auto activate base环境
|
conda config --set auto_activate_base false # 禁用auto activate base环境
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### 额外提示
|
### 额外提示
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user