lang/python: revise comments in conda config
This commit is contained in:
parent
19ef103392
commit
4d910accc9
1 changed files with 5 additions and 12 deletions
|
@ -218,19 +218,12 @@ called.")
|
||||||
:when (featurep! +conda)
|
:when (featurep! +conda)
|
||||||
:after python
|
:after python
|
||||||
:config
|
:config
|
||||||
;; The location of your anaconda home will be guessed from the following:
|
;; The location of your anaconda home will be guessed from a list of common
|
||||||
|
;; possibilities, starting with `conda-anaconda-home''s default value (which
|
||||||
|
;; will consult a ANACONDA_HOME envvar, if it exists).
|
||||||
;;
|
;;
|
||||||
;; + `conda-anaconda-home's default value:
|
;; If none of these work for you, `conda-anaconda-home' must be set
|
||||||
;; + ANACONDA_HOME
|
;; explicitly. Afterwards, run M-x `conda-env-activate' to switch between
|
||||||
;; + ~/.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
|
|
||||||
;; environments
|
;; environments
|
||||||
(unless (cl-loop for dir in (list conda-anaconda-home
|
(unless (cl-loop for dir in (list conda-anaconda-home
|
||||||
"~/.anaconda"
|
"~/.anaconda"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue