I want to have a usb stick with some of my python scripts, so that I can just take them with me and execute on any machine I am currently using. Is there a way to execude python scripts on a machine that doesn't have python installed? I don't want to edit them, just execute. Thanks a lot!
Asked
Active
Viewed 36 times
1 Answers
1
I think for your scenario you may need to create an executable file. See this post here. standalone executable

Kurt Kline
- 1,724
- 1
- 10
- 23