For example, in rails you can do a ‘gem list’ and it will show all of the gems that you have installed.
Any clue how I can do this in python? Also, I am using virtualenv, not sure if that helps?
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.
is supposed to do it (from here).
Note: When I did it, I got a segmentation fault due to one of the libraries (I’m on Ubuntu).