
The script works fine in Automator if I click "Run", and it also works fine just running it normally in terminal. Python3 /Users/***/Documents/Programming/Python/DownloadsOrganizer/downloads-organizer.pyĮssentially, it's just a script that loads my Python environment and then runs my Python program.


I've created an Application in Automator with the following code: #!/bin/bash The method I am trying, is using the Automator application built into Mac. It runs in the background, and rather than starting it up every time I boot my computer, I wanted it to automatically get ran on start up.

I've created a Python script to organize my folders to my liking.
