Upgrade Python 2.7 to 3.6 and installing pip on CentOS 7 Rumi, April 2, 2021 Installing Development Tools Development tools are required for building Python modules. To install the necessary tools and libraries type: sudo yum groupinstall ‘Development Tools’ Enable Software Collections (SCL) Software Collections , also known as SCL is a community project that allows you to build, install, and use multiple versions of… Continue Reading
Install webssh on Debian Rumi, August 6, 2020August 7, 2020 You need to have PIP installed on your debian system. Check if it’s already installed, if not, install one of the available edition. My setup included Debain 10 (buster) PIP 3 Installing pip for Python 3 Perform the following steps as a user with sudo privileges to install Pip for Python 3… Continue Reading