ADD conda
This commit is contained in:
parent
c864f78671
commit
8278c83f3c
|
@ -0,0 +1,5 @@
|
||||||
|
envs_dirs:
|
||||||
|
- ~/.local/share/conda/envs
|
||||||
|
|
||||||
|
pkgs_dirs:
|
||||||
|
- ~/.local/share/conda/pkgs
|
|
@ -15,6 +15,7 @@ ASPELL_CONF DEFAULT="per-conf ${XDG_CONFIG_HOME}/aspell/aspell.conf;
|
||||||
CCACHE_CONFIGPATH DEFAULT=${XDG_CONFIG_HOME}/ccache.config
|
CCACHE_CONFIGPATH DEFAULT=${XDG_CONFIG_HOME}/ccache.config
|
||||||
CCACHE_DIR DEFAULT=${XDG_CACHE_HOME}/ccache
|
CCACHE_DIR DEFAULT=${XDG_CACHE_HOME}/ccache
|
||||||
CCNET_CONF_DIR DEFAULT=${XDG_CONFIG_HOME}/ccnet
|
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
|
# NOTE: in order for rootless docker to work on BTRFS, need the
|
||||||
# user_subvol_rm_allowed mount option on the host filesystem
|
# user_subvol_rm_allowed mount option on the host filesystem
|
||||||
|
|
Loading…
Reference in New Issue