pip3.7
alternative Python package installer - Python 3 version of the package
Install
- All systems
-
curl cmd.cat/pip3.7.sh
- Debian
-
apt-get install python-pip - Ubuntu
-
apt-get install python-pip - Arch Linux
-
pacman -S python-pip - Kali Linux
-
apt-get install python-pip - Fedora
-
dnf install python3-pip - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-pip - Raspbian
-
apt-get install python-pip
python3-pip
alternative Python package installer - Python 3 version of the package
pip is a replacement for easy_install, and is intended to be an improved Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories. This is the Python 3 version of the package.
python-pip
alternative Python package installer
pip is a replacement for easy_install, and is intended to be an improved Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories.