1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 13:03:46 -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.0" "https://repo1.maven.org/maven2/org/python/jython-installer/2.7.0/jython-installer-2.7.0.jar#b44352ece72382268a60e2848741c96609a91d796bb9a9c6ebeff62f0c12c9cf" jython
case "$(pypy_architecture 2>/dev/null || true)" in