feat(python): add miniforge support to conda.el
Look for "~/miniforge3" and "~/.miniforge3" as possible locations for `conda-anaconda-home`.
This commit is contained in:
parent
8eb6ab03c4
commit
c8b15fef73
1 changed files with 2 additions and 0 deletions
|
@ -265,8 +265,10 @@
|
|||
"~/.anaconda"
|
||||
"~/.miniconda"
|
||||
"~/.miniconda3"
|
||||
"~/.miniforge3"
|
||||
"~/anaconda3"
|
||||
"~/miniconda3"
|
||||
"~/miniforge3"
|
||||
"~/opt/miniconda3"
|
||||
"/usr/bin/anaconda3"
|
||||
"/usr/local/anaconda3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue