Search This Blog

Showing posts with label pip. Show all posts
Showing posts with label pip. Show all posts

2017/10/25

Install pip by python

CentOS:
yum -y install wget
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py