pip-3.7
alternative Python package installer - Python 3 version of the package
Install
- All systems
-
curl cmd.cat/pip-3.7.sh
- Debian
-
apt-get install python3-pip
- Ubuntu
-
apt-get install python3-pip
- Kali Linux
-
apt-get install python3-pip
- Fedora
-
dnf install python3-pip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pip
- Raspbian
-
apt-get install python3-pip
- Dockerfile
- dockerfile.run/pip-3.7
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.