Install Python 3 under Centos 7; use pip&virtualenv&SS to build a virtual environment and build SS services;
First, python is installed by default under Centos, but it is still python 2.
To better use the extension adapted to Python 3, we installed Python 3.
Installation of basic dependencies:
sudo yum install -y ncurses-libs zlib-devel mysql-devel bzip2-devel openssl-devel
sudo yum groupinstall 'Development Tools'
II. Prepa ...
Posted by bluns on Wed, 12 Dec 2018 09:33:06 -0800