Mega Code Archive

 
Categories / Python / System
 

Call system command

import os os.environ['USER'] = 'Mel' os.popen('python echoenv.py').read()