cpython/Mac/OSX/pythonw.sh

3 lines
117 B
Bash
Raw Normal View History

#!/bin/sh
exec /Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/python "$@"