Trying venv stuff

- its not working :(
This commit is contained in:
jowj 2019-06-12 22:07:36 -05:00
parent ac1eafd636
commit 1e2799481d

View File

@ -265,6 +265,11 @@ I really use this for just the searching from emacs
(add-hook 'python-mode-hook 'jedi:setup) (add-hook 'python-mode-hook 'jedi:setup)
(add-hook 'python-mode-hook 'jedi:ac-setup)) (add-hook 'python-mode-hook 'jedi:ac-setup))
(use-package pipenv
:ensure t)
(use-package pyvenv
:ensure t)
#+END_SRC #+END_SRC