Answers for "how to check install pip in ubuntu"

42

install pip ubuntu

sudo apt install python3-pip
Posted by: Guest on March-11-2020
0

ubuntu install pip

# python 2
sudo apt install python-pip

# python 3
sudo apt install python3-pip
Posted by: Guest on December-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language