lang/python: revise comments in conda config

This commit is contained in:
Henrik Lissner 2019-09-22 14:05:03 -04:00
parent 19ef103392
commit 4d910accc9
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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"