Installation
Windows: download windows installer from following address
remember to select Add Python too PATH while installation
Ubuntu/Debian:
~ sudo apt install python3
~ sudo yum install python3
~ sudo pacman -S python
~ brew install python
Source Files#
source files and packages for almost any operating systems are available too. check following address: https://www.python.org/downloads/
usage#
Python must be added to OS PATH variable to be callable.
In Ubuntu python command used for Python 2 version and python3 is used for Python 3 version. it could be different in each OS Checking installed Python version
~ Python3 --version
~ python3
~ python3 /path/to/script_file.py