1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

pipでパッケージを一括更新する手順

Last updated at Posted at 2021-04-18

python 3.9.4 に入れ替えたとき、パッケージを一つずつ更新していくのが面倒で楽したときのメモ

事前準備

pip の更新や、パッケージ自体はインストール済みであること。
pip で過去のパッケージを入替後にインストール手順は前記事「python 入替時に pip でパッケージを再導入する手順」を参照

パッケージ pip-review をインストール

pip install pip-review

全パッケージ更新

pip ではなく pip-review を使用する。

pip-review --auto
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?