Update list of lang/python considered conda homes
For several years, the default location for a miniconda install has been `~/miniconda3` (`~/miniconda2` if using the python 2 version). This PR adds this path to the list considered by the conda package.
This commit is contained in:
parent
f754d4ff93
commit
bf151916cb
1 changed files with 1 additions and 0 deletions
|
@ -205,6 +205,7 @@ called.")
|
|||
"~/.anaconda"
|
||||
"~/.miniconda"
|
||||
"~/.miniconda3"
|
||||
"~/miniconda3"
|
||||
"/usr/bin/anaconda3"
|
||||
"/usr/local/anaconda3"
|
||||
"/usr/local/miniconda3")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue