Answers for "how t o check installed python modules version"

10

check package version python

import packagename
print(packagename.__version__)
Posted by: Guest on April-18-2020
9

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 t o check installed python modules version"

Python Answers by Framework

Browse Popular Code Answers by Language