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

MicroEmacs as Python package #3

Open
mittelmark opened this issue Sep 2, 2024 · 1 comment
Open

MicroEmacs as Python package #3

mittelmark opened this issue Sep 2, 2024 · 1 comment

Comments

@mittelmark
Copy link
Owner

mittelmark commented Sep 2, 2024

Experimental:

Here is an approach to bundle MicroEmacs with some Markdown, C++, Python, R templates as an installable Python package.

It should be possible to install the file below with:

pip install URL --user

After installing you might run MicroEmacs with meapp FILENAME

Supported platforms:

Debian 12, Red Hat Linux 8, Fedora > 35, Arch based systems, Windows 10, 11, Cygwin 3.5 on Windows, MacOS > 10 ...

meapp-9.12.24b1.tar.gz

Linux, FreeBSD and MacOS should work, Currently problems on Windows.

Feel free to tell me any bugs or non-working OSes.

@mittelmark
Copy link
Owner Author

mittelmark commented Sep 2, 2024

Using a virtual Python environment that would for instance look like this:

$ python -m venv myenv
$ ./myenv/bin/pip install https://github.com/user-attachments/files/16840928/meapp-9.12.24b1.tar.gz

$ ./myenv/bin/meapp -V
$ alias mec=~/myenv/bin/meapp

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

1 participant