I am trying to run a python script when Maya(2018) is launched on my Mac. I tried creating a file called 'userSetup.py' and placing it in my '/Users/Shared/Autodesk/maya/2018/scripts' directory.
right now the 'userSetup.py' script just has one line:
print 'its working'
so far, I am not able to get the print message to show up in the script editor when I launch Maya(2018).
google, Autodesk website