错误:无法找到Python可执行文件" python"

时间:2017-02-15 04:43:46

标签: python python-3.x ubuntu-14.04

所以,我在〜/ .profile

中设置了python路径
export PYTHON=$PYTHON:/usr/bin/python 

我得到了。

stack Error: Can't find Python executable ":/usr/lib/python:/usr/lib/python3.5:/usr/lib/python3.5:/usr/bin/python3.5:/usr/bin/python", you can set the PYTHON env variable.

可执行python的路径是什么?

1 个答案:

答案 0 :(得分:0)

您的工具似乎想要可能包含名为python的可执行文件的目录,而不是可执行文件的完整路径。请尝试将其更改为:export PYTHON=$PYTHON:/usr/bin

您的工具看起来可能是node-gyp或其他与npm相关的内容,在这种情况下,如果问题仍然存在,您可能需要查看this questionthis one