...
Verifying the user config file for your conda module
When utilizing using the conda info
command, you can observe view the directory path of the user config file.
Code Block |
---|
user config file : /home/username/.condarc |
After that, utilize you can use the cat /home/username/.condarc
command to view your configuration.
...