Ubuntu 22.04 LTSにCommand ‘python’ not foundの対策

エラー現象

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# python -V
Command 'python' not found, did you mean:
command 'python3' from deb python3
command 'python' from deb python-is-python3
# python -V Command 'python' not found, did you mean: command 'python3' from deb python3 command 'python' from deb python-is-python3
# 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

Ubuntu 22.04

Posted by arkgame