LoginSignup
0
1

More than 3 years have passed since last update.

pip3をupgradeする方法

Posted at

pip3使っていたところwarning文が出ていた。

WARNING: You are using pip version 20.2.3; however, version 21.0.1 is available.

どうやらpip3のversionが古いので警告が出ているらしい。

pip3をupgradeする

pip install --upgrade pip

これで警告文は消えた。

0
1
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
0
1