I am using pip freeze > requirements.txt and noticed some unfamiliar libraries that were added to the requirements file. Does pip freeze only capture the libraries and dependencies that are specific to that directory or from the entire system?
I am using pip freeze > requirements.txt and noticed some unfamiliar libraries that were added to the requirements file. Does pip freeze only capture the libraries and dependencies that are specific to that directory or from the entire system?