binman: update shebang to use specific Python version path

This commit is contained in:
2026-05-12 12:01:39 +03:30
parent dd6e8740dc
commit 1c86fc4ded
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/home/nearology/.pyenv/versions/2.7.18/bin/python
# Copyright (c) 2016 Google, Inc
# Written by Simon Glass <sjg@chromium.org>