Question: I am trying to install a Python app that requires python3 on CentOS system. However, my CentOS only has python 2.X installed, but not python 3.X. How can I install python3 on CentOS? As of the latest CentOS 7, the default Python version still remains python 2.7, and python3 is not available in base […]
Continue reading…
Posts tagged with 'pip'
How to install pip on Linux
Question: I want to use pip to install Python packages. However, when I run pip, it says “pip: command not found”. How can I install pip on [insert your Linux distro]? There are various ways to install and manage Python packages. One of the easiest way is to use pip command line tool. Using pip, […]
Continue reading…