mirror of
https://github.com/pyenv/pyenv.git
synced 2025-05-07 21:43:45 +00:00
6 lines
605 B
Text
6 lines
605 B
Text
require_java
|
|
install_jar "Jython-2.5.4-rc1" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.5.4-rc1/jython-installer-2.5.4-rc1.jar#1be8d75d02886ce1a8542bb794a20db2" jython
|
|
install_package "setuptools-1.3.2" "https://pypi.python.org/packages/source/s/setuptools/setuptools-1.3.2.tar.gz#441f2e58c0599d31597622a7b9eb605f" python
|
|
# pip (>= 1.3) does not work properly since it uses HTTPS for downloads
|
|
# * https://github.com/yyuu/pyenv/issues/15
|
|
install_package "pip-1.2.1" "https://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python
|