1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 20:13:47 -05:00

revert pip version (1.3.1 -> 1.2.1) to avoid AttributeError on Jython. (#15)

AttributeError: 'module' object has no attribute 'O_NOFOLLOW'
This commit is contained in:
Yamashita Yuu
2013-04-27 20:59:30 +09:00
parent 3b820e8c0c
commit 998af2a3ab
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
require_java
install_jar "Jython-2.5.1" "https://downloads.sourceforge.net/project/jython/jython/2.5.1/jython_installer-2.5.1.jar#2ee978eff4306b23753b3fe9d7af5b37" jython
install_package "distribute-0.6.32" "http://pypi.python.org/packages/source/d/distribute/distribute-0.6.32.tar.gz#acb7a2da81e3612bfb1608abe4f0e568" python
install_package "pip-1.3.1" "http://pypi.python.org/packages/source/p/pip/pip-1.3.1.tar.gz#cbb27a191cebc58997c4da8513863153" python
install_package "pip-1.2.1" "http://pypi.python.org/packages/source/p/pip/pip-1.2.1.tar.gz#db8a6d8a4564d3dc7f337ebed67b1a85" python