Hands On Labs

Install Python

The link below contains information for installing Python on various operating systems.

Python Downloads

Also refer

Python Installation Instructions

Install Python on Ubuntu 16.04

Ubuntu 16.04 ships with both Python 3 and Python 2 pre-installed, however the steps details in Step 1 of the following document may help you upgrade etc. I used python 3.5.2 on my Ubuntu 16.04 operating system but instructions below will shopw to install a later version which also works fine.

Then confirm the installation by typing: python3.6 --version

It should bring something like: Python 3.6.1+

Python on Ubuntu 16.04


Back to Hands On Lab Menu