Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FYI I made virtualenv wrapper for Emacs Lisp. It could help Pymacs installation problems. #52

Open
tkf opened this issue Jun 24, 2013 · 1 comment

Comments

@tkf
Copy link
Contributor

tkf commented Jun 24, 2013

I made virtualenv wrapper for Emacs Lisp to help installation of Emacs packages relying on Python modules: python-environment.el. I think it would help Pymacs installation.

You can just define a command like the following so that user can just do M-x pymacs-make-env to setup Python side of Pymacs.

(defun pymacs-make-env ()
  (interactive)
  (python-environment-run '("pip" "install" "Pymacs")))

I am requesting for comment before fixing the API. If you are interested, please come in: tkf/emacs-python-environment#1

@PythonNut
Copy link

I would really love this, as it would greatly simplify the move to ELPA/MELPA/Marmalade, and allow an easy installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants