Using pip freeze > requirements.txt will copy the libraries specific to that directory?

Viewed 11683

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?

1 Answers
Related