Answers for "how to find package location python"

2

find location of library python linux

import module_name

print(module_name.__file__)
Posted by: Guest on April-18-2020
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

Code answers related to "how to find package location python"

Python Answers by Framework

Browse Popular Code Answers by Language