mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Remove old Jython 2.7.1 betas
This commit is contained in:
parent
8aa1db2050
commit
71671df0e3
3 changed files with 0 additions and 42 deletions
|
@ -1,14 +0,0 @@
|
||||||
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
|
|
||||||
"osx64"|"win32" )
|
|
||||||
# Jython does not seem to work properly on OSX/windows unless JAVA_HOME is set
|
|
||||||
if [ -z "${JAVA_HOME+defined}" ]; then
|
|
||||||
colorize 1 "WARNING: "
|
|
||||||
echo "Please ensure that your JAVA_HOME environment variable is set correctly!"
|
|
||||||
echo "See http://bugs.jython.org/issue2346 for details."
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,14 +0,0 @@
|
||||||
require_java
|
|
||||||
unrequire_python27
|
|
||||||
install_jar "jython-2.7.1b2" "https://repo1.maven.org/maven2/org/python/jython-installer/2.7.1b2/jython-installer-2.7.1b2.jar#d994500808c8d448baab1f98e043e6a11360cff302f401901e73f0e34c27251a" jython
|
|
||||||
|
|
||||||
case "$(pypy_architecture 2>/dev/null || true)" in
|
|
||||||
"osx64"|"win32" )
|
|
||||||
# Jython does not seem to work properly on OSX/windows unless JAVA_HOME is set
|
|
||||||
if [ -z "${JAVA_HOME+defined}" ]; then
|
|
||||||
colorize 1 "WARNING: "
|
|
||||||
echo "Please ensure that your JAVA_HOME environment variable is set correctly!"
|
|
||||||
echo "See http://bugs.jython.org/issue2346 for details."
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,14 +0,0 @@
|
||||||
require_java
|
|
||||||
unrequire_python27
|
|
||||||
install_jar "jython-2.7.1b3" "https://repo1.maven.org/maven2/org/python/jython-installer/2.7.1b3/jython-installer-2.7.1b3.jar#5c6c7dc372a131dbc2b29b95407c69a4ebab22c1823d9098b7f993444f3090c5" jython
|
|
||||||
|
|
||||||
case "$(pypy_architecture 2>/dev/null || true)" in
|
|
||||||
"osx64"|"win32" )
|
|
||||||
# Jython does not seem to work properly on OSX/windows unless JAVA_HOME is set
|
|
||||||
if [ -z "${JAVA_HOME+defined}" ]; then
|
|
||||||
colorize 1 "WARNING: "
|
|
||||||
echo "Please ensure that your JAVA_HOME environment variable is set correctly!"
|
|
||||||
echo "See http://bugs.jython.org/issue2346 for details."
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
Loading…
Reference in a new issue