Answers for "check what packages are installed in 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 all packages installed with pip

pipenv lock -r
Posted by: Guest on August-13-2020

Code answers related to "check what packages are installed in python"

Browse Popular Code Answers by Language