mirror of
https://github.com/pyenv/pyenv.git
synced 2025-05-04 11:32:07 +00:00
6 lines
566 B
Text
6 lines
566 B
Text
require_java
|
|
install_jar "Jython-2.7-beta1" "http://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7-b1/jython-installer-2.7-b1.jar" jython
|
|
install_package "distribute-0.6.40" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.40.tar.gz#7a2dd4033999af22fe9591fa84f3e599" 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
|