I'm just curious why are we using 2.7.7 instead of the latest version 3? :)
Well a lot of Python apps still seem to be written for specific versions like 2.6 or 2.7 so compatibility issues arise when you jump to 3.x series. That's why
How we can use Python 3 on CMD? I saw the installation script in addons folder and I installed python36 but when I run python3 it gives me: -bash: python3: command not found
For addons/python36_install.sh installed python 3.6 command would be python3.6 and pip3.6 Code (Text): rpm -ql python36u python36u-pip | grep bin /usr/bin/pydoc3.6 /usr/bin/python3.6 /usr/bin/python3.6m /usr/bin/pyvenv-3.6 /usr/bin/pip3.6