Do pip
or virtualenv
keep a log of installations?
E.g. Say I create a virtualenv and install a package in it.
> source [my virtual env]/bin/activate
> pip install matplotlib
Is there a place where a log of the package installation is kept?
If not, what would be a good way to log package installations ? (other than manually copying the output of pip install
to a text file)