os.system() vs. subprocess.call() September 28, 2016 0 Comment read ‧ Python os.system() executed in a subshell, usually bash on linux and OSX, and cmd.exe on windows. The shell will take the string given and interpret the ...