Skip to content

Commit e06f024

Browse files
committed
Make sure we use Python 3.5
1 parent 517fc2c commit e06f024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
if python3.5 -V 2>/dev/null; then
3-
exec python3 -m "sshuttle" "$@"
3+
exec python3.5 -m "sshuttle" "$@"
44
else
55
exec python -m "sshuttle" "$@"
66
fi

0 commit comments

Comments
 (0)