Created
September 16, 2009 16:27
-
-
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.
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
<?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