Skip to content

Commit

Permalink
Update conda.md
Browse files Browse the repository at this point in the history
Signed-off-by: ҉αkα x⠠⠵ <[email protected]>
  • Loading branch information
4k4xs4pH1r3 authored Nov 22, 2024
1 parent becbac1 commit 9b2278c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Python/Anaconda/conda.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
```
conda config --show solver
```

```
conda config --set solver classic
```

```
conda config --set solver libmamba
```

```
conda config --set always_yes True; conda update --all -n base; conda upgrade --all
```
Expand Down

0 comments on commit 9b2278c

Please sign in to comment.