#!/bin/bash
set -x
# 必须 export 才能生效
export TEST="1233"
python=$(which python)
# 对 nohup 生效
nohup $python snippet/python/env.py