Ubuntu: /usr/bin/env: 'python': No such file or directory beheben
English
Deutsch
In neueren Ubuntu-Versionen kannst du auf die Fehlermeldung
python_missing_error.txt
/usr/bin/env: 'python': No such file or directorystoßen, bei einigen Skripten, die mit python ausgeführt werden sollen, wo jedoch nur python3 verfügbar ist (python2 ist seit langem veraltet).
Um das Problem zu beheben, installiere das Paket python-is-python3, das python als Alias für python3 einrichtet:
install_python_is_python3.sh
sudo apt -y install python-is-python3Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow