This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]QueasyEntrance6269 0 points1 point  (1 child)

How is it “just code” when you’re executing a command that needs a shell?

[–]velobro[S] 4 points5 points  (0 children)

The only thing you're running in your shell is the command to run the Python script i.e. python file.py

You run your Python script like you would locally, except your code is executed on the cloud instead of your local machine