I just started using virtualenv in python.
I’m installing several package(?) using pip on the virtualenv.
Is there a record what packages are installed in a virtualenv so that I can replicate the same environment in a different machine?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On the first virtual env:
On the second:
Easy!