Ubuntu 22.04 LTSにCommand ‘python’ not foundの対策
エラー現象
# python -V Command 'python' not found, did you mean: command 'python3' from deb python3 command 'python' from deb python-is-python3
解決対策
# apt install python-is-python3
動作確認
# python -V
Python 3.10.4