So finden Sie, wo Python -Module installiert sind

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