Skip to content

Commit 21e892d

Browse files
Create anaconda-commands.md
1 parent 0c5c97a commit 21e892d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

python/anaconda-commands.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
Update conda. Please [refer here](https://docs.anaconda.com/anaconda/install/update-version/) for the latest instruction.
3+
4+
```
5+
#update the conda package manager to the latest version
6+
conda update conda
7+
#use conda to update Anaconda to the latest version
8+
conda update anaconda
9+
```

0 commit comments

Comments
 (0)