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:
Nelson Liu 2019-07-26 22:29:33 -07:00 committed by GitHub
parent f754d4ff93
commit bf151916cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,6 +205,7 @@ 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")