mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 14:07:14 +01:00
sys.path is not initialized by rt_init(), that's left for platform-specific startup code. (For example, bare metal port may have some hardcoded defaults, and let user change sys.path directly; while port for OS with environment feature can take path from environment). If it's not explicitly initialized, modules will be imported only from a current directory.
2.5 KiB
2.5 KiB