Open xi2008wang opened 7 years ago
from shutil import which
not compatible python2
if PLATFORM == 'Darwin': command = ["open", "-a", TERMINAL].extend(command)
command=None
subprocess.Popen(command, env=env, cwd=self.cwd)
run fail on osx
from shutil import which
not compatible python2
if PLATFORM == 'Darwin': command = ["open", "-a", TERMINAL].extend(command)
command=None
subprocess.Popen(command, env=env, cwd=self.cwd)
run fail on osx