pombredanne / anyreadline

A sane readline meta-component for Python that installs the right readline module on windows and macosx (and nothing on linux which has it right by default)
1 stars 1 forks source link

Use gnureadline package on Linux systems if readline isnt installed #4

Open jayvdb opened 6 years ago

jayvdb commented 6 years ago

gnureadline maybe could be used if GNU readline wasnt installed and thus readline support wasnt built into Python at compile time. (c.f. https://github.com/pombredanne/anyreadline/issues/1)

This issue is very much a wishlist item ;-)