I previously have the problem that in pdb debuging, when I type arrow keys, it generates ^[[D^[[A^[[B^[[C
, someone says I have to reinstall python and suggests to do
conda remove --force python
conda install python
but after the
conda remove --force python
then run conda
only gives
-bash: /home/user/anaconda2/bin/conda: /home/user/anaconda2/bin/python: bad interpreter: No such file or directory
I should not follow the advice...can someone help me?