Fix virtualenvs directory
This commit is contained in:
parent
b0d7e01934
commit
0cdab1766c
@ -168,7 +168,7 @@
|
||||
(use-package lsp-pyright
|
||||
:defer t
|
||||
:init
|
||||
(setq lsp-pyright-venv-path "~/.virtualenvs"))
|
||||
(setq lsp-pyright-venv-path (concat (getenv "HOME") "/.virtualenvs")))
|
||||
|
||||
(use-package py-autopep8
|
||||
;; Note that this package require autopep8 to be installed.
|
||||
|
Reference in New Issue
Block a user