Add recipes/pyvenv.rcp

pyvenv is an Emacs interface for working with Python virtual envs.
pyvenv is a new requirement of 'elpy'
This commit is contained in:
Paul Koerbitz 2014-01-22 13:54:08 +01:00
parent 95c02123c7
commit 7d0599c742

6
recipes/pyvenv.rcp Normal file
View File

@ -0,0 +1,6 @@
(: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))