Skip to content

Commit

Permalink
note on conda configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Bell committed Mar 21, 2024
1 parent b54df63 commit 8317a22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,11 @@ bash Miniconda3-latest-Linux-x86_64.sh

**3. Start Conda.** Open a new terminal window, which should now show Conda initialized.

**4. Check Conda Configuration.** Installing RAPIDS requires you to use `channel_priority: flexible`. You check this and change it, if required, by doing:
```sh
conda config --show channel_priority
conda config --set channel_priority flexible
```

<br/>
<div id="docker"></div>
Expand Down

0 comments on commit 8317a22

Please sign in to comment.