Miki Vanoušek
Miki Vanoušek

Reputation: 129

Anaconda breaks python interpreter backspace and up-arrow

After installing anaconda according to their insturictions on arch, conda seems to work. It managed to install matlotlib. But it breaks python interpreter in a strange way.

I tried copying contents of my terminfo as desribed here. I do not have rxvt-unicode-256color in this directory. I do have rxvt-256color and other files, but copying them into the anaconda directory did not help.

If I disable anaconda, the issue goes away.

Upvotes: 1

Views: 295

Answers (1)

Miki Vanoušek
Miki Vanoušek

Reputation: 129

I solved by installing iPython interactive shell and using that instead of the default python interpreter.

Upvotes: 1

Related Questions