'python' no such file or directory

February 8, 2021 · 1 min read
post Linux

嘗試安裝 wifite 時出現了一個 python 的 error
'python' no such file or directory

‘python’ no such file or directory
‘python’ no such file or directory

解決方法十分簡單
我們只需要安裝 python-is-python3

sudo apt-get install python-is-python3

fixed - ‘python’ no such file or directory
fixed - ‘python’ no such file or directory
Hope you find it useful