我有一个问题。当我在没有sodo的情况下在centos 7上运行pip3 commnad时它可以工作。所以pip3 --version
推迟了这个
pip 9.0.1 from /root/projects/venv/lib/python3.6/site-packages (python 3.6)
但是当我使用像这样的sudo pip3 --version
sudo运行它时,我发现命令找不到错误。
sudo: pip3: command not found
有人可以帮我这个吗?我想安装uswgi,当我不使用sudo时安装会终止。这是错误
compilation terminated.
----------------------------------------
Command "/root/projects/venv/bin/python3.6 -u -c "import setuptools,
tokenize;__file__='/tmp/pip-build-
2usl184a/uwsgi/setup.py';f=getattr(tokenize, 'open', open)
(__file__);code=f.read().replace('\r\n',
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record
/tmp/pip-gv2qp3l0-record/install-record.txt --single-version-
externally-managed --compile --install-headers
/root/projects/venv/include/site/python3.6/uwsgi" failed with error
code 1 in /tmp/pip-build-2usl184a/uwsgi/
答案 0 :(得分:0)
试试这个:
sudo yum install python34-setuptools
sudo easy_install pip