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’

发表回复

后才能评论