diff --git a/recipes/pyvenv.rcp b/recipes/pyvenv.rcp new file mode 100644 index 00000000..99eb7b95 --- /dev/null +++ b/recipes/pyvenv.rcp @@ -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))