[Open_electroporator] What is a good way to make scripts not need full path? (lose /home/john/Documents/ in front of culture_shock)

John Griessen john at cibolo.com
Tue May 1 00:56:28 UTC 2018


I'm wanting to clean up my messy methods of hacking so the repo can be quick to use by others...

One way is to use environment variables to hold
CULTURE_SHOCK_ROOT="/home/john/Documents/"
and
MPY_ROOT="~/micropython".
That is linux unix style.

What do people do that use windows and Mac?


More information about the open_electroporator mailing list