uninstall python lnux code example
Example 1: how to uninstall python2.7 from ubuntu 18.04
sudo apt autoremove python
Example 2: pip remove package
pip uninstall <package_name>
sudo apt autoremove python
pip uninstall <package_name>