List Packages Installed in Python Environment

Bash

Lists packages currently installed in Python environment.

source environment_name/bin/activate
pip list
Did you find this snippet useful?

Sign up for free to to add this to your code library