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

Let Jython installer to generate shell script instead of python script even if there's python2.7 available in $PATH (#800)

This commit is contained in:
Yamashita, Yuu
2017-01-06 14:19:04 +00:00
parent e3c8a754a4
commit 9833be730a
6 changed files with 19 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
require_java
unrequire_python27
install_jar "jython-2.7.1b1" "https://repo1.maven.org/maven2/org/python/jython-installer/2.7.1b1/jython-installer-2.7.1b1.jar#c7a05911fed666c8f9df5bdce50bb5dc75482b7f6b1f1dbe433162d94c960ec3" jython
case "$(pypy_architecture 2>/dev/null || true)" in