Answers for "python modules location"

8

how to find where python modules are installed

# this will show where numpy is installed
pip show numpy
Posted by: Guest on July-12-2020
1

python find location of module

import mymodule
mymodule.__file__
Posted by: Guest on March-29-2021

Python Answers by Framework

Browse Popular Code Answers by Language