linux安装python3.9.0
时间:2020-12-04 16:50:56
收藏:0
阅读:81
1. 遇到的问题,我在用pip安装三方工具的时候出现错误
pip is configured with locations that require TLS/SSL
1 ./configure --prefix=/usr/local/python3 --with-ssl 2 3 make 4 5 make install
需要重新编译python
原文:https://www.cnblogs.com/miss103/p/14086121.html
评论(0)