How can I make a list of installed packages in a certain virtualenv?

后端 未结 9 1342

You can cd to YOUR_ENV/lib/pythonxx/site-packages/ and have a look, but is there any convenient ways?

pip freeze list all the

9条回答
  •  渐次进展
    2020-12-02 12:31

    If you are using pip 19.0.3 and python 3.7.4. Then go for pip list command in your virtualenv. It will show all the installed packages with respective versions.

提交回复
热议问题