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

后端 未结 9 1349

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:20

    In my case the flask version was only visible under so I had to go to C:\Users\\AppData\Local\flask\venv\Scripts>pip freeze --local

提交回复
热议问题