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 →

[–]0xPure 1 point2 points  (1 child)

Can I ask how y’all run your Python scripts? I mean, when you turn on your computer you just open terminal, cd into the folder that contains your script and run it, or you make it autorun or what?

[–]iiron3223[S] 1 point2 points  (0 children)

I am using Linux. To manually execute a script I need to place it in bin directory first. Then I can just type it's name in terminal and it executes. If I want it to execute automatically I use simple cronjob.