自动补全工具mycli

安装依赖包

yum -y install epel-release
yum -y install python-pip
yum install python-devel

清除yum 缓存

yum clean all

安装mycli

pip install mycli

报错执行

You are using pip version 8.1.2, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

pip install --upgrade pip  
posted @ 2023-09-13 17:12  snakelis  阅读(5)  评论(0)    收藏  举报