From c8b15fef732191b3d3ec094833b3f47731693cde Mon Sep 17 00:00:00 2001 From: wonjun <37354487+sleepyeye@users.noreply.github.com> Date: Mon, 13 Dec 2021 07:13:41 +0900 Subject: [PATCH] feat(python): add miniforge support to conda.el Look for "~/miniforge3" and "~/.miniforge3" as possible locations for `conda-anaconda-home`. --- modules/lang/python/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 0e4c04acc..a5c955e83 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -265,8 +265,10 @@ "~/.anaconda" "~/.miniconda" "~/.miniconda3" + "~/.miniforge3" "~/anaconda3" "~/miniconda3" + "~/miniforge3" "~/opt/miniconda3" "/usr/bin/anaconda3" "/usr/local/anaconda3"