Como descobrir onde os módulos Python são instalados

# this will show where numpy is installed
pip show numpy
rajib2k5