1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 12:33:48 -05:00

add comments for Jython about the version of distribute and pip (#15)

This commit is contained in:
Yamashita Yuu
2013-05-10 18:31:48 +09:00
parent 9bf0755c81
commit 56379532a6
6 changed files with 18 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
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 "distribute-0.6.38" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.38.tar.gz#a0bc8fdb8b7b36234dcb1ff3d1fc702d" 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