📌 Introduction
Running a Python program with Wine on macOS.
用 macOS 上的 wine 執行 Python 的程式。
📝 Steps
1. brew install winetricks
2. winetricks python26
or winetricks python27
3. wine python -c "print('Hello, World!')"
📖 Ref.
Install Python in Wine https://askubuntu.com/a/334821