Skip to content

Instantly share code, notes, and snippets.

@evitolins
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evitolins/bc624eb9e80f83be67ef to your computer and use it in GitHub Desktop.
Save evitolins/bc624eb9e80f83be67ef to your computer and use it in GitHub Desktop.
#Open New Maya
from subprocess import call
appPath = "/Applications/Autodesk/maya2014/Maya.app"
call(["open -n " + appPath], shell=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment