Installing Python in Ubuntu Linux
In order to install Python, we can use internal repository of Ubuntu to make it installed automatically.
For installing Python, following bash command is used.
sudo apt-get install python
Article Information
This Python Tutorial contains and covers following topics:
- Installing Python in Linux
- Installing Python 3.6.4 in Ubuntu 16 Linux
- Installing Python using bash shell commands in Linux
Article covers following key subjects:
- Install Python 3.6.4
Applies to Linux versions:
Ubuntu 16.04
Ubuntu 14.04
Article tries to provide answer for following questions:
- How to install Python in Ubuntu Linux
Article covers following indirectly:
- Using apt-get install to install Python in Ubuntu Linux
- apt-get install
Article pre-requisites following knowledge:
- Knowledge of Linux
- Knowledge of Bash shell