Skip to content
On this page

python - No such file or directory


标签:linux/fix  

问题 :

bash
ubuntu ~> autojump --help
/usr/bin/env: python: No such file or directory

描述: Ubuntu 系统已经安装了 python3 和 python2.7, 但是它们的调用指令都不是 python, 导致一些依赖的脚本无法找到指令

解决办法^1 :

bash
sudo ln -s /usr/bin/python3 /usr/bin/python

Last updated: