zoglmannk / Morse-Code-Ninja

Software used to generate Morse Code Ninja practice sets as found on https://morsecode.ninja/practice/index.html
https://morsecode.ninja
GNU General Public License v3.0
32 stars 14 forks source link

Remove hard coded python interpreter #2

Closed jsurls closed 3 years ago

jsurls commented 3 years ago

Replaced the path for python to be multi platform friendly.

zoglmannk commented 3 years ago

Thanks for the pull request! I appreciate it.

To avoid a merge conflict, I will wait up to a couple of days before merging this. I'm expecting a pull request within a day or so that allows the scripts to run on both Linux and macOS.

zoglmannk commented 3 years ago

Okay. The scripts now supports Linux and the hardcoded Python interpreter path was fixed at the same time. Feel free to give it a go. Changes are now in master.

jsurls commented 3 years ago

Sounds good. No problem. I just happened to notice your path was checked in and figured an easy removal. If I come across any bugs or improvements, I'll be sure to open another PR.

Thanks for choosing to open source this!