wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

Use /usr/bin/env #24

Closed Evidlo closed 7 years ago

Evidlo commented 7 years ago

The hashbang in mpfshell should read #!/usr/bin/env python instead of /usr/bin/python so that mpfshell can be used with virtual environments.

wendlers commented 7 years ago

changed :-)