unix port does not support PYTHONPATH?
Posted: Thu Jan 06, 2022 5:39 am
It seems PYTHONPATH is not recognized by unix port of micropython. How do you set import path for unix micropython, without modifying source code?
And if I have to modify sys.path for unix micropython, where is good place put the code? Is there a bootstrap script for unix port?
I want to use unix micropython to run test scripts quickly without installing firmware.
And if I have to modify sys.path for unix micropython, where is good place put the code? Is there a bootstrap script for unix port?
I want to use unix micropython to run test scripts quickly without installing firmware.