-
Install python3 and pip3
$ sudo apt install python3 python3-dev python3-pip $ python3 --version # Make sure the output should be 3.6.* or 3.7.*
-
Install python3 and pip3
$ sudo dnf install python3 python3-wheel $ python3 --version # Make sure the output should be 3.6.* or 3.7.*
-
Install python3 and pip3
$ sudo pacman -S python-pip python $ python --version # Make sure the version is 3.6.* or 3.7.*