2021-04-18
linux(Ubuntu)上的一些环境搭建
python2安装
wget https://www.python.org/ftp/python/2.7.1/Python-2.7.1.tgz
tar xvzf Python-2.7.1.tgz && cd Python-2.7.1
./configure
make & make install
cp /usr/python2.7 /usr/python
openssl安装
//下载
git clone https://gitee.co


