RSSAmplifier

Akshit Kumar's index.html · Oct 10, 2024

Fixing the Python REPL in Emacs

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

The default uv python install uses libedit readline which doesn’t work well with emacs. Fix pip install gnureadline python3 -m override_readline might have to remove __file__ from override_readline.py , this has been solved already here but not merged yet. this should make the repl use gnureadline. final check import readline print ( readline . __doc__ ) should print 'Importing this module enables…

Read on akshit.one

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.