深度阅读

How to install pip for Python 3 on Ubuntu

作者
作者
2023年08月22日
更新时间
9.11 分钟
阅读时间
0
阅读量

Pip (Pip Installs Packages) is a software utility that downloads and manages packages from PyPI.

Install Pip for Python 3

Ubuntu comes with Python 3 installed by default .To install pip for Python 3 on Ubuntu, install :

Update the repository package list by running the following command.

sudo apt update

Install pip for Python 3 and all the dependencies for building Python modules by running:

sudo apt install python3-pip

screenshot of the Terminal installing of Python Pip on Ubuntu

When prompted , type Y .

To verify the installation run the following command .

pip3 --version

博客作者

热爱技术,乐于分享,持续学习。专注于Web开发、系统架构设计和人工智能领域。