Answers for "install arch python"

7

install pip arch linux

# Arch Linux
sudo pacman -S python2-pip                #Python 2

sudo pacman -S python-pip                #Python 3
Posted by: Guest on March-15-2021
0

arch linux python 3.7

sudo pacman -S yay
yay -S python37
Posted by: Guest on November-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language