python与pip安装
Posted 远方的灯塔
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python与pip安装相关的知识,希望对你有一定的参考价值。
# Install pip for 2.7 and then python 2.7 itself
sudo apt install python-pip
sudo apt install python2.7
# Install pip for 3.6
sudo apt install python3-pip
# Install currently supported by Ubuntu python 3.x version.
sudo apt install python3
以上是关于python与pip安装的主要内容,如果未能解决你的问题,请参考以下文章