pip2
alternative Python package installer
Install
- All systems
-
curl cmd.cat/pip2.sh
- Debian
-
apt-get install python-pip
- Ubuntu
-
apt-get install python-pip
- Arch Linux
-
pacman -S python2-pip
- Kali Linux
-
apt-get install python-pip
- Fedora
-
dnf install python2-pip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-pip
- Raspbian
-
apt-get install python-pip
- Dockerfile
- dockerfile.run/pip2
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.
python2-pip
The PyPA recommended tool for installing Python packages
jython
Python seamlessly integrated with Java
Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. The predecessor to Jython, JPython, is certified as 100% Pure Java. Jython is complementary to Java and allows the two languages to be freely mixed. It is especially suited for embedded scripting, interactive experimentation and rapid application development, and it can interact with Java packages or with running Java applications.