Removve elpy and add pyvenv.
This commit is contained in:
@@ -173,12 +173,9 @@
|
||||
(use-package racket-mode)
|
||||
|
||||
;; Python
|
||||
;; (use-package elpy
|
||||
;; :disabled
|
||||
;; :init
|
||||
;; (elpy-enable)
|
||||
;; :config
|
||||
;; (add-to-list 'process-coding-system-alist '("python" . (utf-8 . utf-8))))
|
||||
(use-package pyvenv
|
||||
:init
|
||||
(setenv "WORKON_HOME" "~/.cache/pypoetry/virtualenvs"))
|
||||
|
||||
;;Ivy related stuff
|
||||
(use-package ivy)
|
||||
|
||||
Reference in New Issue
Block a user