Linux installation pip3

question:

After changing the server, you need to reconfigure the environment, download and install python3.6.9, the pip3 tool is missing, and the error "E: Unable to locate package python3-pip3
" is reported during installation.
Insert image description here

solve:

Update apt manager

sudo apt-get update

Insert image description here

Execute after executing the update command

sudo apt install python3-pip

Guess you like

Origin blog.csdn.net/weixin_42186644/article/details/115344951