相关工具安装
1 | yum -y groupinstall "Development tools" |
openssl 安装
1 | cd /home/ |
python 3.10 安装
1 | cd /home |
设置软链接
1 | sudo ln -s /usr/local/python310/bin/python3.10 /usr/bin/python310 |
一些 pip 源
1 | https://pypi.tuna.tsinghua.edu.cn/simple |
1 | yum -y groupinstall "Development tools" |
1 | cd /home/ |
1 | cd /home |
1 | sudo ln -s /usr/local/python310/bin/python3.10 /usr/bin/python310 |
1 | https://pypi.tuna.tsinghua.edu.cn/simple |