Answers for "how to check python packages installed in current folder"

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
0

python get packages path

path = os.path.dirname(a_module.__file__)
Posted by: Guest on July-25-2020

Code answers related to "how to check python packages installed in current folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language