diff --git a/init.el b/init.el index 5fc294f..d71a1d9 100644 --- a/init.el +++ b/init.el @@ -3005,7 +3005,8 @@ With given ARG, display files in `db/important-document-path’." (use-package pyvenv :ensure t :commands (pyvenv-workon pyvenv-activate) - :init (setenv "WORKON_HOME" (expand-file-name "~/.pyenv/versions")) + :init (unless (getenv "WORKON_HOME") + (setenv "WORKON_HOME" (expand-file-name "~/.pyenv/versions"))) :config (progn ;; Restart python inferior processes when switching virtual ;; environments; this does not work when only calling