在CentOS7中安装pip3

$ sudo yum install python35-setuptools
$ sudo easy_install-3.5 pip

Post Comment