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