Skip to content

Instantly share code, notes, and snippets.

@amikula
Created September 16, 2009 16:27
Show Gist options
  • Save amikula/188140 to your computer and use it in GitHub Desktop.
Save amikula/188140 to your computer and use it in GitHub Desktop.
Put this file into ~/.MacOSX/environment.plist and logout/login to add your macports bin directory to the path for the hangman Ruby Sparring environment.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
<key>PATH</key>
<string>/opt/local/bin:/bin:/sbin:/usr/bin:/usr/sbin</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment