Pull in PYENV_ROOT from shell

This commit is contained in:
Jeremy Dormitzer 2020-05-29 11:41:40 -04:00
parent 22f86058b2
commit 4d8ac2e5b6

View File

@ -146,7 +146,7 @@ I don't want anything to write to my init.el, so save customizations in a separa
(setq exec-path-from-shell-variables '("PATH" "MANPATH" "LEDGER_FILE" "LOLA_HOME"
"MODELS_HOME" "LOLA_TRAVEL_SERVICE_HOME" "WORKON_HOME"
"PIPENV_VERBOSITY" "PIPENV_DONT_LOAD_ENV"
"PIPENV_MAX_DEPTH")
"PIPENV_MAX_DEPTH" "PYENV_ROOT")
exec-path-from-shell-check-startup-files nil)
(exec-path-from-shell-initialize))
#+END_SRC