Use:
pip3 freeze
Run this command globally. It will show you all the global installations.Run this command on the virtual environment. It will show you all the local installations.
Use:
pip3 freeze
Run this command globally. It will show you all the global installations.Run this command on the virtual environment. It will show you all the local installations.