Merge pull request #1603 from nelson-liu/patch-1
Update list of lang/python considered conda homes
This commit is contained in:
commit
0a05fd09c3
1 changed files with 3 additions and 1 deletions
|
@ -232,9 +232,11 @@ called.")
|
||||||
"~/.anaconda"
|
"~/.anaconda"
|
||||||
"~/.miniconda"
|
"~/.miniconda"
|
||||||
"~/.miniconda3"
|
"~/.miniconda3"
|
||||||
|
"~/miniconda3"
|
||||||
"/usr/bin/anaconda3"
|
"/usr/bin/anaconda3"
|
||||||
"/usr/local/anaconda3"
|
"/usr/local/anaconda3"
|
||||||
"/usr/local/miniconda3")
|
"/usr/local/miniconda3"
|
||||||
|
"/usr/local/Caskroom/miniconda/base")
|
||||||
if (file-directory-p dir)
|
if (file-directory-p dir)
|
||||||
return (setq conda-anaconda-home dir
|
return (setq conda-anaconda-home dir
|
||||||
conda-env-home-directory dir))
|
conda-env-home-directory dir))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue