Skip to content

Instantly share code, notes, and snippets.

@phred
Created August 14, 2009 17:54
Show Gist options
  • Save phred/167989 to your computer and use it in GitHub Desktop.
Save phred/167989 to your computer and use it in GitHub Desktop.
#!/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