You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use the environment's python to build the zipapp. Refer to shiv [documentation](https://shiv.readthedocs.io/en/latest/#:~:text=let%E2%80%99s%20break%20this%20command%20down%2C) for further explanation.
54
+
55
+
```bash
56
+
python -m shiv -c chk -o chk.pyz .
57
+
```
58
+
59
+
- `chk.pyz` is generated in the project folder. You can move it to anywhere on your machine, and put it on your machine's environment variable or `$PATH`. Then, use it as follows:
0 commit comments