How do I convert .PY to .exe in Linux?
“convert py to exe in linux” Code Answer
- pip install pyinstaller.
- ?
- cd FullPathOfFile in cmd console.
- pyinstaller –onefile pythonScriptName. py.
- # a .exe file is created in the FullPathOfFile\dist.
29 May 2020