Install Python on Linux
To install Python on Linux, perform the following:
- Open the command prompt and verify that p\Python 3 is not already installed by running python3 --version.
- To install Python 3, run this:
sudo apt-get update
sudo apt-get install python3.6
- If you encounter problems, there are numerous sources online that can help you troubleshoot the issue.