summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 0 insertions, 2 deletions
diff --git a/run b/run
index c2c1a33..52f28c2 100755
--- a/run
+++ b/run
@@ -7,8 +7,6 @@ python_best_version() {
if [ -x "$(command -v python3)" ] &&
python3 -c "import sys; sys.exit(not sys.version_info > (3, 5))"; then
exec python3 "$@"
- elif [ -x "$(command -v python2.7)" ]; then
- exec python2.7 "$@"
else
exec python "$@"
fi