el-get/recipes/pyvenv.rcp
Paul Koerbitz 7d0599c742 Add recipes/pyvenv.rcp
pyvenv is an Emacs interface for working with Python virtual envs.
pyvenv is a new requirement of 'elpy'
2014-01-22 13:54:08 +01:00

7 lines
277 B
Plaintext

(:name pyvenv
:website "https://github.com/jorgenschaefer/pyvenv"
:description "Python virtual environment interface for Emacs"
:type github
:pkgname "jorgenschaefer/pyvenv"
:post-init (el-get-envpath-prepend "PYTHONPATH" default-directory))