mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 19:43:48 -05:00
7 lines
592 B
Groff
7 lines
592 B
Groff
require_java
|
|
install_jar "Jython-2.5.3" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.5.3/jython-installer-2.5.3.jar#41633b4557483d6d4237ee79ffcebe7b" jython
|
|
install_package "setuptools-0.7.7" "https://pypi.python.org/packages/source/s/setuptools/setuptools-0.7.7.tar.gz#0d7bc0e1a34b70a97e706ef74aa7f37f" 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" "http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python
|