我知道how to install a specific commit from git但是如何找到我提供的版本?
pip freeze | grep package
没有列出提交版本,我在文档中没有看到任何内容。
答案 0 :(得分:1)
看起来这可能是不可能的:“在使用pip冻结之后,pip识别安装来自哪里的能力有限。”请看这个链接:https://github.com/pypa/pip/issues/609
讨论SO:Pip freeze does not show repository paths for requirements file