...
Code Block |
---|
channel URLs : https://repo.anaconda.com/pkgs/main/linux-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/r/linux-64 https://repo.anaconda.com/pkgs/r/noarch |
Check the user config file for your conda module
When utilizing the conda info command, you can observe the directory path of the user config file.
Code Block |
---|
user config file : /home/username/.condarc |
After that, utilize the cat /home/username/.condarc
command to view your configuration.
Code Block |
---|
username@lanta:~> cat /home/username/.condarc
channels:
- conda-forge
- bioconda
channel_priority: strict |
Note |
---|
If the default and anaconda channels are present in your user config file, kindly remove them. |