1
0
Fork
You've already forked venv.el
0
Simple virtualenv support for Emacs
  • Emacs Lisp 100%
Find a file
2020年03月04日 13:41:15 +00:00
LICENSE import code 2017年06月03日 14:05:46 +01:00
README.md mention other packages 2018年12月14日 22:29:50 +00:00
venv.el support latest poetry 2020年03月04日 13:41:15 +00:00

venv.el - simple virtualenv support for Emacs.

I don't like virtualenvwrapper, so I took some code from virtualenvwrapper.el just to get the virtualenv activated and deactivated and made a standalone emacs package.

Usage

(use-package venv
 :load-path "~/Downloads/venv.el")

Then use the commands virtualenv-activate and virtualenv-deactivate.

Poetry support

To activate the virtualenv currently used by Poetry run venv-from-poetry.

See also

If you're looking for more features see these packages: