Dionysus
Dionysus

Reputation: 27

Pip freeze doesnt list all required packages

After trying to create requirements file with pip freeze > requirements.txt from my virtual enviroment not all of the required imports get listed. Am I doing something wrong or is there other way to list them all?

Upvotes: 0

Views: 400

Answers (1)

Dionysus
Dionysus

Reputation: 27

Found out the problem was that pycharm creates virtual enviroment already and I was creating new one on top of that

Upvotes: 1

Related Questions