LoginSignup
0

More than 5 years have passed since last update.

memo:マニュアルでpipを9.0.1から10.0にあげる方法

Last updated at Posted at 2018-08-01

Upgrae pip from 9.x manually

TLS1.0がdeprecatedになったから、pipからupgradeできなくなりました。なのでマニュアルでpipのバージョンをあげないと

as TLS error comes out, we cannot upgrade pip use pip install, workaround is needed

Step1

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py  

Step2

python get-pip.py pip==10.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