Uninstall Python Version
sudo apt-get install --reinstall python2.x
sudo rm -rf /usr/bin/python2.x as well as python3.x
sudo rm -rf /usr/lib/python2.x as well as python3.x
sudo rm -rf /usr/local/lib/python2.x as well as python 3.x
Last updated
Was this helpful?