Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmanalan/48257 to your computer and use it in GitHub Desktop.
Save rmanalan/48257 to your computer and use it in GitHub Desktop.
OS X Passenger/Apache PATH vars
<plist version="1.0">
<dict>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment