easy_install-2.7
Easily download, build, install, upgrade, and uninstall Python packages
Install
- All systems
-
curl cmd.cat/easy_install-2.7.sh
- Debian
-
apt-get install python-setuptools
- Ubuntu
-
apt-get install python-setuptools
- Arch Linux
-
pacman -S jython
- Kali Linux
-
apt-get install jython
- CentOS
-
yum install python-setuptools
- Fedora
-
dnf install mingw64-python2-setuptools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-setuptools
- OS X
-
brew install jython
- Raspbian
-
apt-get install pypy-setuptools
- Dockerfile
- dockerfile.run/easy_install-2.7
python2-setuptools
Easily download, build, install, upgrade, and uninstall Python packages
python-setuptools
Python Distutils Enhancements
Extensions to the python-distutils for large or complex distributions.
mingw32-python2-setuptools
setuptools library
mingw64-python2-setuptools
setuptools library
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.
pypy-setuptools
PyPy Distutils Enhancements
Extensions to the python-distutils for large or complex distributions.