Closed ali5h closed 2 years ago
also used os.execl to replace the script instead of creating a child process.
os.execl
A console script is intentionally not provided to avoid conflicts with the zig binary that may be instaalled system-wide.
zig
that's unfortunate, this can become the easiest way to install zig
also used
os.execl
to replace the script instead of creating a child process.