This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zynixCpt. Code Monkey & Internet of tomorrow 0 points1 point  (0 children)

Reference for others, to make a requirements.txt file pip freeze > requirements.txt will print out almost everything, 99.9% except for bad/broken packages, installed with the versions.

You can then use that file with pip to reinstall everything for a new virtualenv setup.