0
It is possible to make an executable code without downloading anything and being done in an online IDE?
0
It is possible to make an executable code without downloading anything and being done in an online IDE?
Browser other questions tagged python-3.x
You are not signed in. Login or sign up in order to post.
There’s another way https://answall.com/q/134596/101. Online IDE is just to do something quick, show someone and good.
– Maniero
Maybe 'chmod +x filename.py' will help.
– Luigi Matheus
@Luigimatheus Could show step by step?
– Lucas Souza
Do you have access to the CLI? Just type this command and replace the "filename" with the filename. Which Online IDE is using?
– Luigi Matheus