Repository URL to install this package:
|
Version:
0.2.2 ▾
|
from easyprocess import EasyProcess
import sys
s = EasyProcess([sys.executable, '-c', 'print "hello"']).call().stdout
print(s)