For Mac OS, the default library path is:
/Users/username/anaconda/lib/python_version
For Linux (depending on distro), it's most likely very similar (I haven't explicitly tested this):
~/username/anaconda/lib/pyton_version
In the above, replace "username" with your own personal user name and "python_version" with your own python version (i.e python2.7).
The same commands as posted below will identify your own personal default installation path.