Skip to content

Instantly share code, notes, and snippets.

@alanwsmith
Created March 23, 2013 16:10
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 alanwsmith/5228247 to your computer and use it in GitHub Desktop.
Save alanwsmith/5228247 to your computer and use it in GitHub Desktop.
Default PATH environment variable from clean install of Mac OS X 10.8.3

Notes from a clean install of Mac OS X before messing around with environmental variables. The default PATH that is provided for the default user is:

/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin

The /usr/local/bin did not get created by default. It can be created with:

sudo mkdir -p /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment