Last active
November 20, 2023 19:41
-
-
Save fanurs/5ad8172f4735d6fdd7f17a50e0edfa10 to your computer and use it in GitHub Desktop.
Template for `~/.condarc`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
env_prompt: '($(basename {default_env})) ' | |
channels: | |
- defaults | |
- conda-forge | |
pkgs_dirs: | |
- /optional/directory/in/case/your/home/directory/is/small/.conda/pkgs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment