Replies: 2 comments
-
Hey @cloudchin Emacs+ doesn't depend on Python directly. Some dependencies might require it though. Keep in mind that macOS runs I am not using Python myself, so not sure if it makes sense or not, but I think venv should also help to manage versions in specific project. Albeit I am sure it requires some setup though. In any case, it doesn't seem to be related to Emacs+, and I also see no action items here, so moving this to discussions. |
Beta Was this translation helpful? Give feedback.
-
Howdy. I read a bit of your notes on PATH considerations, and I boiled it down to "run emacs from shell, not finder" -- which I've done. Either way, I don't think that has anything to do with this issue because both the system python and now the python packaged with emacs-plus (which your formula requires, whether indirectly or directly) ships with libedit. I also don't want to setup a virtual environment in python and add complexity to what should be my 'default' Mac configuration. If there's a way to install a simple package to make it work with the python emacs-plus ships with, great. I'd like to reserve virtual environment configurations for something actually specific to the projects I am working. Hoping someone has the answer! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue description
Starting the python interpreter while editing a python file via
C-c C-p
, I get the follow emacs warning:The opened python shell includes its own warning:
I found this recent thread: Python interpreter doesn't seem to support readline error in Emacs on MacOS which recommends installing
gnureadline
via pip. I try to run this and the command doesn't run throwing a warning about everything being managed by brew. Which I suppose is partially why I look forward to using your formula, I dont' want to deal with dependencies.I also see that homebrew switched from gnu readline to libedit in python 3.11, and your formula installs python 3.13.
I am not familiar with formula specifications, but is this something that can be fixed?
Beta Was this translation helpful? Give feedback.
All reactions