How to install python2 and pip on Ubuntu 20.04

Photo by James Harrison on Unsplash

Why to install Python2

To install Python2

sudo apt install python-minimal
python2 --version
python3 --version
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python2 get-pip.py
python2 -m pip install wikitools

--

--

A passionate in Tech https://www.linkedin.com/in/parathantl

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store