pip freeze does it all, finding packages. However, one can simply write the following command to list all paths where Python packages are.
>>> import site; site.getsitepackages()['/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages']