Set pyenv location of virtualenvs
This commit is contained in:
parent
1bbe9461be
commit
795a1c2bdf
1 changed files with 3 additions and 1 deletions
4
init.el
4
init.el
|
@ -608,7 +608,9 @@
|
||||||
:straight t)
|
:straight t)
|
||||||
|
|
||||||
(use-package pyvenv
|
(use-package pyvenv
|
||||||
:straight t)
|
:straight t
|
||||||
|
:init
|
||||||
|
(setenv "WORKON_HOME" "~/.pyenv/versions"))
|
||||||
|
|
||||||
(use-package julia-mode
|
(use-package julia-mode
|
||||||
:straight t)
|
:straight t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue