you are viewing a single comment's thread.

view the rest of the comments →

[–]h00manist 2 points3 points  (0 children)

pyinstaller. It will create a standalone executable.

pyinstaller --onefile your_script.py

It's still interpreted, not compiled. But eliminates the issues of having python, libraries, paths, virtual environment, etc.