Changes between Initial Version and Version 1 of Ticket #2077, comment 30
- Timestamp:
- 2015-05-08T22:45:26Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2077, comment 30
initial v1 1 Yes, for PyInstaller in particular once you have the .spec file written, building a new artifact is done by executing ``pyinstaller <pathtospecfile>``. You'll get a single file that someone can copy to their own machine and it will work, no matter what they do or do not have installed (with the sole exceptions of the fact the file is platform specific and it requires TMPDIR to not be mounted as no-exec).1 Yes, for !PyInstaller in particular once you have the .spec file written, building a new artifact is done by executing `pyinstaller <pathtospecfile>`. You'll get a single file that someone can copy to their own machine and it will work, no matter what they do or do not have installed (with the sole exceptions of the fact the file is platform specific and it requires TMPDIR to not be mounted as no-exec).