系统环境:CentOS7.4
已安装好Python3.6.5
Python3.6.5自带pip
使用pip安装第三方库,可运行指令,例如安装paramiko库:
python -m pip install paramiko
查看pip指令集:
python -m pip