2023.03.08 9:55 本文发布

pip: command not found解决办法

ERROR: This script does not work on python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.

 

Python 3.7 安装命令

curl https://bootstrap.pypa.io/pip/3.6/get-pip.py -o get-pip.py
python get-pip.py

 

 

**********************************************************

 

centos pip: command not found
Centos7出现 pip: command not found的解决方法
运行命令即可安装pip:
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py

centos安装python3
sudo yum update
sudo yum install python3

 

 

 

'acme_v2' object has no attribute 'get_site_name_by_domains'

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。