Fix virtualenvs directory

This commit is contained in:
Wojciech Kozlowski 2021-09-24 09:50:30 +02:00
parent b0d7e01934
commit 0cdab1766c

View File

@ -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.