在以前的版本中,我们需要安装pip时,只需要执行下面命令即可安装: apt-get install python-pip 但是在更新到2020.1以后,上面的命令安装会提示无法定位安装包的问题! 解决办法 wget https://bootstrap.pypa.io/get-pip.py python get-pip.py 来源:oschina链接:https://my.oschina.net/u/4302130/blog/4282952 标签 python pip Bootstrap