tools/examples: hardcode #!/usr/bin/python shebang
diff --git a/tools/tcptop.py b/tools/tcptop.py
index a8451d2..e1eb241 100755
--- a/tools/tcptop.py
+++ b/tools/tcptop.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # @lint-avoid-python-3-compatibility-imports
 #
 # tcptop    Summarize TCP send/recv throughput by host.