markqvist / RNode_Firmware

RNode is an open, free and flexible digital radio interface with many uses
https://unsigned.io/rnode
GNU General Public License v3.0
145 stars 52 forks source link

Use /usr/bin/env python in partition_hashes #54

Closed Erethon closed 6 months ago

Erethon commented 6 months ago

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.

markqvist commented 6 months ago

Thank you!