Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
create exe file for linux?
#1
Hello,
is there any way to create kind of exe file for my python code ?

in Windows I use
pyinstaller --onefile test.py
and I have test.exe file

can I do the same on linux ?

Thanks,
Reply
#2
In Linux it will not be .exe,but a executable file file with no file extensions that will work the same as .exe.
Pyinstaller it is not a cross-compiler,to make a Windows app(.exe) you run PyInstaller on Windows,
and to make a Linux app(executable file) you run it on Linux.
Reply
#3
so all I have to do is to install Pyinstaller on my linux computer ?

I will try

Thank you!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Create Choices from .ods file columns cspower 3 582 Dec-28-2023, 09:59 PM
Last Post: deanhystad
  Recommended way to read/create PDF file? Winfried 3 2,865 Nov-26-2023, 07:51 AM
Last Post: Pedroski55
  Use PM4PY and create working file thomaskissas33 0 644 Nov-14-2023, 06:53 AM
Last Post: thomaskissas33
  Create csv file with 4 columns for process mining thomaskissas33 3 745 Nov-06-2023, 09:36 PM
Last Post: deanhystad
  my first file won't create itself MehHz2526 2 893 Nov-27-2022, 12:58 AM
Last Post: MehHz2526
  Create multiple/single csv file for each sql records mg24 6 1,384 Sep-29-2022, 08:06 AM
Last Post: buran
Sad pandas writer create "corrupted" file freko75 1 2,804 Jun-14-2022, 09:57 PM
Last Post: snippsat
  create new log file on logging? korenron 6 2,265 Mar-22-2022, 07:14 AM
Last Post: korenron
  Create zip file from the BLOB column in ORACLE DB nnsatpute 2 1,927 Dec-31-2021, 11:00 AM
Last Post: ibreeden
  Create a 2-channel numpy file from two cvs file containing a 9x9 matrix silvialecc 1 1,639 Oct-26-2021, 07:59 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020