Install Python & pip Step 1: Check if python is already installed. Ubuntu ships with both Python 3 and Python 2 pre-installed.
1 2 3 4 | $ python -V $ python3 -V |
if already installed, make sure that the versions are up-to-date, as it needs to be either 3.3+…