今天在使用pip安装mysql_python时,遇到一些问题,现记录下来. 1.执行pip install mysql-python时,报错 Running setup.py egg_info for package mysql-python sh: mysql_config: command not found Traceback (most recent call last): File "<string>", line 16, in <module> Fi
执行pip安装的程序:command not found 问题描述: 我有一台阿里云服务器,上面装的是centos系统,我用pip安装好vituralenv,都没办法直接启动.同样 我今天在部署我的tornado应用,需要安装supervisord来管理进程.我发现通过pip安装之后还是command not found! 我原本认为是我的pip安装有问题.今天仔细研究了一下,原来是我重新编译过python,我重新安装的 python的bin目录不在$PATH中. 这就导致了'command n