mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-19 13:06:46 -05:00
6 lines
691 B
Groff
6 lines
691 B
Groff
require_java
|
|
install_jar "jython-2.5.3" "https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.5.3/jython-installer-2.5.3.jar#05405966cdfa57abc8e705dd6aab92b8240097ce709fb916c8a0dbcaa491f99e" jython
|
|
install_package "setuptools-1.4.2" "https://pypi.python.org/packages/source/s/setuptools/setuptools-1.4.2.tar.gz#263986a60a83aba790a5bffc7d009ac88114ba4e908e5c90e453b3bf2155dbbd" python
|
|
# pip (>= 1.3) does not work properly since it uses HTTPS for downloads
|
|
# * https://github.com/pyenv/pyenv/issues/15
|
|
install_package "pip-1.2.1" "https://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1" python
|