how to run a python file executable
https://gitlab.com/kcin2001/figura-cobblemon/-/releases idk if the method to run it changed.
8 Replies
i have checked 2 python files i have. neither of them will open. i found a workaround to open another python file using an sh file, but i have no idea how to make an sh file for a different program.
they are marked as executable
i am getting zero logs in the example file.
I have created distroboxes in the past to compile and run python stuff
while python does exist at the host level, you can't really compile dependencies with it because you lack all of the dev packages for it
is that the only way?
probably not, but it's the way I came up with
I've only needed python for qmk and kindle comic converter work
so I am not well-versed in python
how do i do it through distrobox?
wait, are you compiling anything or just running?
I may have misunderstood the original question
you can make an
.sh
file to run any arbitrary programs, including pythoni'm running it
not compiling
it kinda just hangs when i put it in terminal