ask for sudo privilege from python in macos

Solutions on MaxInterview for ask for sudo privilege from python in macos by the best coders in the world

showing results for - "ask for sudo privilege from python in macos"
Noemi
04 Jun 2016
1os.system("""osascript -e 'do shell script "<commands go here>" " with administrator privileges'""")
2
similar questions