Most of the package managers for various Linux distro are coded in Python. Thus, Python is available as default in most of the Linux distributions. Type “python” in the terminal and the Python interpreter will open if Python is installed in your system. Also “which python” will give the path of the python. “python –version” will give [...]
↧