Answers for "see what packages are installed python"

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

list pakages installed in python

pip list
Posted by: Guest on September-28-2021

Code answers related to "see what packages are installed python"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language