Subscribe My channel to get more Updated Videos - https://bit.ly/35R1t3J
Python installation in Ubuntu
How to update python in ubuntu
How to completely uninstall python
Python Tutorial in Malayalam
***********************************************
# Remove python2
sudo apt purge -y python2.7-minimal
# You already have Python3 but
# don't care about the version
sudo ln -s /usr/bin/python3 /usr/bin/python
# Same for pip
sudo apt install -y python3-pip
sudo ln -s /usr/bin/pip3 /usr/bin/pip
# Confirm the new version of Python: 3
python --version
More - https://stackoverflow.com/questions/44602191/how-to-completely-uninstall-python-2-7-13-on-ubuntu-16-04
***********************************************
#pythonTutorials
#Malayalam
https://techprogrammingideas.blogspot.com
PSC Study Materials and Previous Question Papers
http://www.mission2win.in/
Any doubts and help to type comments below