mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: add homebrew miniconda3 path
For `brew cask install miniconda`
This commit is contained in:
@ -161,11 +161,14 @@
|
||||
:config
|
||||
;; The location of your anaconda home will be guessed from the following:
|
||||
;;
|
||||
;; + ANACONDA_HOME
|
||||
;; + ~/.anaconda3
|
||||
;; + `conda-anaconda-home's default value:
|
||||
;; + ANACONDA_HOME
|
||||
;; + ~/.anaconda3
|
||||
;; + ~/.anaconda
|
||||
;; + ~/.miniconda
|
||||
;; + ~/usr/bin/anaconda3
|
||||
;; + ~/usr/local/anaconda3
|
||||
;; + ~/usr/local/miniconda3
|
||||
;;
|
||||
;; If none of these work for you, you must set `conda-anaconda-home'
|
||||
;; explicitly. Once set, run M-x `conda-env-activate' to switch between
|
||||
@ -174,7 +177,8 @@
|
||||
"~/.anaconda"
|
||||
"~/.miniconda"
|
||||
"/usr/bin/anaconda3"
|
||||
"/usr/local/anaconda3")
|
||||
"/usr/local/anaconda3"
|
||||
"/usr/local/miniconda3")
|
||||
if (file-directory-p dir)
|
||||
return (setq conda-anaconda-home dir
|
||||
conda-env-home-directory dir))
|
||||
|
Reference in New Issue
Block a user