1diff --git a/sshuttle/client.py b/sshuttle/client.py
2index 7a7b6d7..8dde615 100644
3--- a/sshuttle/client.py
4+++ b/sshuttle/client.py
5@@ -158,7 +158,7 @@ class FirewallClient:
6 def __init__(self, method_name):
7 self.auto_nets = []
8 python_path = os.path.dirname(os.path.dirname(__file__))
9- argvbase = ([sys.executable, sys.argv[0]] +
10+ argvbase = ([sys.argv[0]] +
11 ['-v'] * (helpers.verbose or 0) +
12 ['--method', method_name] +
13 ['--firewall'])