cpython/Mac/OSX/pythonw.sh

3 lines
117 B
Bash
Executable File

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