Skip to content

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

Description

@tkf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions