wpilibsuite / WPILibPi

WPILib Raspberry Pi images designed for FRC (formerly FRCVision)
Other
88 stars 41 forks source link

Run python3 explicitly for python applications. #102

Closed PeterJohnson closed 5 years ago

PeterJohnson commented 5 years ago

This avoids the need for a shebang line.

Fixes #97.