通过环境变量
import os value = 123 os.environ['var'] = str(value) os.system('echo $var')
参考:http://blog.csdn.net/ysdaniel/article/details/7970978