Skip to content

Instantly share code, notes, and snippets.

@NrI3
Created June 29, 2019 21:26
Show Gist options
  • Select an option

  • Save NrI3/e4faa170887b1254b925973bc5491cfa to your computer and use it in GitHub Desktop.

Select an option

Save NrI3/e4faa170887b1254b925973bc5491cfa to your computer and use it in GitHub Desktop.
Fix read line python linux
# Install pip if u dont have
apt-get install python-pip
# Install dependency
apt-get install libncurses-dev
# Install fix
pip install readline
# Impor library
import readline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment