What\'s a good way to check if a package is installed while within a Python script? I know it\'s easy from the interpreter, but I need to do it within a script.
I g
In the Terminal type
pip show some_package_name
Example
pip show matplotlib