aboutsummaryrefslogtreecommitdiffstats
path: root/devscripts/install_jython.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devscripts/install_jython.sh')
-rwxr-xr-xdevscripts/install_jython.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/devscripts/install_jython.sh b/devscripts/install_jython.sh
new file mode 100755
index 0000000..bafca4d
--- /dev/null
+++ b/devscripts/install_jython.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+wget http://central.maven.org/maven2/org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar
+java -jar jython-installer-2.7.1.jar -s -d "$HOME/jython"
+$HOME/jython/bin/jython -m pip install nose