about summary refs log tree commit diff
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, 0 insertions, 5 deletions
diff --git a/devscripts/install_jython.sh b/devscripts/install_jython.sh
deleted file mode 100755
index bafca4da4..000000000
--- a/devscripts/install_jython.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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