Ubuntu 22.04 LTSにCommand ‘pip’ not foundの対策
環境
Ubuntu 22.04 LTS
Python 3.10.5
エラー現象
# pip list
Command 'pip’ not found, but can be installed with:
apt install python3-pip
解決対策
# apt install python3-pip
動作確認
# pip list Package Version ---------------------- ------------- apturl 0.5.2 bcrypt 3.2.0 blinker 1.4