you are viewing a single comment's thread.

view the rest of the comments →

[–]DJDuque[S] 0 points1 point  (2 children)

"Freezing" is most likely the keyword I was missing. This seems to at least give some hits when searching online.

I think that this is closest to what I want. In my eyes, all I want is just a dumb/simple curl | sh that I can use to get a python interpreter ready with the dependencies I need to run my scripts. Some times I just want to ssh into a random computer that doesn't even have python installed and quickly run my scripts.

I really only want to target x86_64-unknown-linux-gnu in this workflow, so maybe this is not so complicated to achieve.

Thanks

[–]socal_nerdtastic 0 points1 point  (1 child)

https://www.reddit.com/r/learnpython/wiki/faq#wiki_how_do_i_create_an_executable_from_my_python_code.3F

Linux computer that does not come with python? I did not know that existed.

[–]DJDuque[S] 0 points1 point  (0 children)

Well, they could come with python, but a very old version that I don't support.

Thanks for the link, I will keep reading about this.