Quantcast

Have a Question?

If you have any question you can ask below or enter what you are looking for!

How do I convert .PY to .exe in Linux?

“convert py to exe in linux” Code Answer

  1. pip install pyinstaller.
  2. ?
  3. cd FullPathOfFile in cmd console.
  4. pyinstaller –onefile pythonScriptName. py.
  5. # a .exe file is created in the FullPathOfFile\dist.

29 May 2020

techfaq.online