parent
8f60a1bc46
commit
d6bc2b0f19
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@
|
||||||
;; HACK: `conda-anaconda-home's initialization can throw an error if none of
|
;; HACK: `conda-anaconda-home's initialization can throw an error if none of
|
||||||
;; `conda-home-candidates' exist, so unset it early.
|
;; `conda-home-candidates' exist, so unset it early.
|
||||||
;; REVIEW: Fix this upstream.
|
;; REVIEW: Fix this upstream.
|
||||||
(setq conda-anaconda-home nil
|
(setq conda-anaconda-home (getenv "ANACONDA_HOME")
|
||||||
conda-home-candidates
|
conda-home-candidates
|
||||||
(list "~/.anaconda"
|
(list "~/.anaconda"
|
||||||
"~/.anaconda3"
|
"~/.anaconda3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue