Reset Python as Python3


  1. Run the following commands
  2. 
    cd /usr/bin
    sudo rm python 
    sudo ln -s python3 python
    python 
    Ctrl+Z
        

References