Python: Where is freeze.py?

后端 未结 4 844
渐次进展
渐次进展 2021-01-11 19:42

Anyone know where freeze.py is installed for 2.6.5? I can\'t seem to find it anywhere. Did it get pulled out and replaced with something else?

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-11 20:29

    It took me a while to figure it out: you need package "python-pip" (with dependencies) to be installed. I also got myself "python-tools" installed but that was no help.

    root ~ #> locate freeze.py
    /usr/lib/python2.6/site-packages/pip/commands/freeze.py
    

提交回复
热议问题