diff --git a/run b/run
index 7fd71d4..9232659 100755
--- a/run
+++ b/run
@@ -1,6 +1,6 @@
 #!/bin/sh
-if python2 -V 2>/dev/null; then
-	exec python2 -m "sshuttle" "$@"
+if python3 -V 2>/dev/null; then
+	exec python3 -m "sshuttle" "$@"
 else
 	exec python -m "sshuttle" "$@"
 fi