mac 把python文件变成exe. pip install pyinstaller pyinstaller --onefile -w 'filename.py' 最后生成两个文件,dist文件里面的是exe.