Won't work, because zxpy is a console script created by the interpreter and it points to an absolute path to the interpreter which gives:
$ ./zxpy.bin
./_packaged_startup.sh: .packaged_python/python/bin/zxpy: /Users/tusharsadhwani/code/zxpy/.packaged_python/python/bin/python3.12: bad interpreter: No such file or directory
Currently a command like:
Won't work, because
zxpy
is a console script created by the interpreter and it points to an absolute path to the interpreter which gives: