Skip to content

piger/venv.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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: