执行pip -V 报错:-bash: pip: command not found 1、拉取脚本 wget https://bootstrap.pypa.io/get-pip.py 2、执行python脚本 python get-pip.py 3、查看版本 pip -V