From bf151916cb74b2e1652460a94b129435220d4fd1 Mon Sep 17 00:00:00 2001 From: Nelson Liu Date: Fri, 26 Jul 2019 22:29:33 -0700 Subject: [PATCH] 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. --- modules/lang/python/config.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 19a04e93b..1f78aea12 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -205,6 +205,7 @@ called.") "~/.anaconda" "~/.miniconda" "~/.miniconda3" + "~/miniconda3" "/usr/bin/anaconda3" "/usr/local/anaconda3" "/usr/local/miniconda3")