试用sud o pip提示找不到pip命令,不加sudo可以找到,这时候需要使用whereis 去看pip命令的路径
sudo + pip完整路径即可
安装python snappy 失败提示:
snappymodule.cc:28:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
error: command 'gcc' failed with exit status 1
需要安装python-devel 包
sudo yum install python-devel