Do pipor virtualenvsave the installation log?
eg. Let's say I create virtualenv and install the package in it.
> source [my virtual env]/bin/activate
> pip install matplotlib
Is there a place where the package installation log is kept?
If not, what would be a good way to register package packages? (except for manually copying the output pip installto a text file)
source
share