Created
August 14, 2009 17:54
-
-
Save phred/167989 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Wrapper for IronPython on the Mac. Install Mono from here: | |
# http://www.go-mono.com/mono-downloads/download.html | |
# | |
# Thanks to this Japanese article; code truly is the universal language: | |
# http://textdirected.googlepages.com/IronPythonUnderMacOSXmonoJ.html | |
# | |
exec /Library/Frameworks/Mono.framework/Versions/Current/bin/mono /Library/Frameworks/Mono.framework/Versions/Current/lib/IPCE/ipy/ipy.exe "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment