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