Created
June 29, 2019 21:26
-
-
Save NrI3/e4faa170887b1254b925973bc5491cfa to your computer and use it in GitHub Desktop.
Fix read line python linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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