diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index b307f72bd..3fbc0345c 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -263,7 +263,7 @@ ;; HACK: `conda-anaconda-home's initialization can throw an error if none of ;; `conda-home-candidates' exist, so unset it early. ;; REVIEW: Fix this upstream. - (setq conda-anaconda-home nil + (setq conda-anaconda-home (getenv "ANACONDA_HOME") conda-home-candidates (list "~/.anaconda" "~/.anaconda3"