FIX missing envs in emacs
This commit is contained in:
parent
51d20595fa
commit
f4fbb59d8b
|
@ -4,9 +4,9 @@ channels:
|
||||||
|
|
||||||
channel_priority: strict
|
channel_priority: strict
|
||||||
|
|
||||||
# define this in zshrc so the completion engine can find my local envs
|
# TODO this is repeated in zshrc to get completion to work, necessary here to make emacs happy
|
||||||
#envs_dirs:
|
envs_dirs:
|
||||||
# - {{ .paths.data }}/conda/envs
|
- {{ .paths.data }}/conda/envs
|
||||||
|
|
||||||
pkgs_dirs:
|
pkgs_dirs:
|
||||||
- {{ .paths.data }}/conda/pkgs
|
- {{ .paths.data }}/conda/pkgs
|
||||||
|
|
Loading…
Reference in New Issue