ADD conda

This commit is contained in:
Nathan Dwarshuis 2021-09-24 12:42:03 -04:00
parent c864f78671
commit 8278c83f3c
3 changed files with 6 additions and 0 deletions

0
dot_config/conda/.keep Normal file
View File

5
dot_config/conda/condarc Normal file
View File

@ -0,0 +1,5 @@
envs_dirs:
- ~/.local/share/conda/envs
pkgs_dirs:
- ~/.local/share/conda/pkgs

View File

@ -15,6 +15,7 @@ ASPELL_CONF DEFAULT="per-conf ${XDG_CONFIG_HOME}/aspell/aspell.conf;
CCACHE_CONFIGPATH DEFAULT=${XDG_CONFIG_HOME}/ccache.config
CCACHE_DIR DEFAULT=${XDG_CACHE_HOME}/ccache
CCNET_CONF_DIR DEFAULT=${XDG_CONFIG_HOME}/ccnet
CONDARC DEFAULT=${XDG_CONFIG_HOME}/conda/condarc
# NOTE: in order for rootless docker to work on BTRFS, need the
# user_subvol_rm_allowed mount option on the host filesystem