mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
6 lines
403 B
Text
6 lines
403 B
Text
require_java
|
|
unrequire_python27
|
|
install_hg "jython-dev" "https://hg.python.org/jython" "default" jython_builder ez_setup
|
|
# 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
|