Skip to content

Commit

Permalink
fix one link
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed May 15, 2024
1 parent 3bae826 commit e642e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ conda env list
conda env remove --name sample_environment
```

You can find lots more information in the [Conda documentation](https://docs.conda.io/en/latest/) or this handy [Conda cheat sheet](https://docs.conda.io/projects/conda/en/latest/_downloads/843d9e0198f2a193a3484886fa28163c/conda-cheatsheet.pdf).
You can find lots more information in the [Conda documentation](https://docs.conda.io/en/latest/) or this handy [Conda cheat sheet](https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf).

If you're not a command line user, the Anaconda navigator offers GUI functionality for selecting environments and installing packages.

Expand Down

0 comments on commit e642e4b

Please sign in to comment.