mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-31 20:34:27 -04:00
Use /usr/bin/env python in partition_hashes
By using `/usr/bin/env python` we ensure that we'll be selecting the correct Python version the user most likely expected to be used. The most common usecase for this is when Reticulum is installed in a virtual env.
This commit is contained in:
parent
acf7ae5c75
commit
1e390016bf
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright (C) 2023, Mark Qvist
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue