pipコマンドでインストールされた一覧を表示する方法を紹介します。
listサブコマンドを使用します。
1 |
pip list |
実行してみます。
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# pip list DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Package Version -------------------------------- -------- awscli 1.19.112 Babel 0.9.6 backports.ssl-match-hostname 3.5.0.1 botocore 1.20.112 chardet 2.2.1 ~省略~ # |
ちなみに、古い環境で実施したので「DEPRECATION: Python 2.7」のエラーが出ています。