I don't think I'll put it in by myself, but I didn't put it in when I created the development environment with centos7 at work, so it's a memo.
$ python --version
Python 2.7.5
It is an environment like.
$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python get-pip.py
$ pip --version
pip 20.0.2
that's all.
https://pip.pypa.io/en/stable/installing/
Recommended Posts