Set pyenv location of virtualenvs

This commit is contained in:
Dimitri Lozeve 2023-04-30 22:06:00 +02:00
parent 1bbe9461be
commit 795a1c2bdf

View file

@ -608,7 +608,9 @@
:straight t)
(use-package pyvenv
:straight t)
:straight t
:init
(setenv "WORKON_HOME" "~/.pyenv/versions"))
(use-package julia-mode
:straight t)