Skip to content

Commit

Permalink
doc: update conda.md (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
MackDing committed Aug 18, 2023
1 parent 79497c0 commit bcc6cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Command | Description
`conda create --clone <ENVNAME> -n <NEWENV>` | 从已有环境克隆一个新环境
`conda rename -n <ENVNAME> <NEWENVNAME>` | 对环境名字重命名
`conda remove -n <ENVNAME> --all` | 通过名字删除一个环境
`conda env remove -n <ENVNAME>` | 通过名字删除一个环境
`conda list -n <ENVNAME> --revisions` | 列出环境的各个修订版本
`conda install -n <ENVNAME> --revision <NUMBER>"` | 回滚到环境的某个版本本
<!--rehype:className=style-list-arrow-->
Expand Down

0 comments on commit bcc6cb6

Please sign in to comment.