How to install Python 3 and Pip3 in Ubuntu 16

This is the easiest way to install Python 3 on Ubuntu 16 server and making it the default program to run Python 3. Update first your system sudo apt-get update Install prerequisite sudo apt-get install build-essential libpq-dev libssl-dev openssl libffi-dev zlib1g-dev sudo apt-get install python-pip python3-pip python3-dev -y Making Python to execute Python3 A simple …

How to install Python 3 and Pip3 in Ubuntu 16 Read More »