ziglang / zig-pypi

The Zig programming language, packaged for PyPI
https://pypi.org/project/ziglang/
MIT License
151 stars 18 forks source link

add console_script to the wheel #4

Closed ali5h closed 2 years ago

ali5h commented 2 years ago

also used os.execl to replace the script instead of creating a child process.

whitequark commented 2 years ago

A console script is intentionally not provided to avoid conflicts with the zig binary that may be instaalled system-wide.

ali5h commented 2 years ago

that's unfortunate, this can become the easiest way to install zig