My Development environment is Windows and the production is on Linux. How can I build an executable python file on Windows machine and can run it on Linux as well?
Asked
Active
Viewed 129 times
0
-
Use a virtual machine. Or WSL – Alexander Jul 21 '22 at 08:13
-
Does this answer your question? [Create a directly-executable cross-platform GUI app using Python](https://stackoverflow.com/questions/2933/create-a-directly-executable-cross-platform-gui-app-using-python) – n4321d Jul 21 '22 at 16:13