]> git.tnoah.ca Git - lora-radio.git/commit
Use /usr/bin/env python in partition_hashes
authorDionysis Grigoropoulos <dgrig@erethon.com>
Tue, 9 Jan 2024 13:51:03 +0000 (15:51 +0200)
committerDionysis Grigoropoulos <dgrig@erethon.com>
Tue, 9 Jan 2024 13:51:22 +0000 (15:51 +0200)
commit1e390016bf6c5a3c7a9be5f1b4e4630e8e69f613
tree1335b974ce7c474d04d4c12c42ffd7aaa3c8f7dd
parentacf7ae5c75e413cf067c40c68277f199f3650a36
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.
partition_hashes