• Here is how to check the pip module.
  • pip is a package manager for Python.
  • Using this command in terminal to check the version of a specific Python module that was installed using pip. pip show the_python_module_name. For example to check which version of aubio is installed use this command, pip show aubio.