mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: remove +pyvenv flag
The pyvenv package isn't going anywhere, it's just needed by pipenv.el (which surprisingly doesn't declare it as a dependency).
This commit is contained in:
@ -9,10 +9,9 @@
|
||||
|
||||
;; Environmet management
|
||||
(package! pipenv)
|
||||
(package! pyvenv)
|
||||
(when (featurep! +pyenv)
|
||||
(package! pyenv-mode))
|
||||
(when (featurep! +pyvenv)
|
||||
(package! pyvenv))
|
||||
(when (featurep! +conda)
|
||||
(package! conda))
|
||||
|
||||
|
Reference in New Issue
Block a user