由于在编写Python 测试时会生成 .pyc 文件强迫症的我看起来很难受
export PYTHONDONTWRITEBYTECODE=False
在~/.bash_profile中添加:export PYTHONDONTWRITEBYTECODE=False执行source ~/.bash_profile生效如果没生效就 reboot 重启
~/.bash_profile
source ~/.bash_profile
reboot