美文网首页python
pip freeze命令

pip freeze命令

作者: LazzMan | 来源:发表于2017-05-21 16:35 被阅读106次

    1. 导出python安装包环境

    pip freeze > requirements.txt
    

    2. 导入requirements文件

    pip install -r requirements.txt
    

    相关文章

      网友评论

        本文标题:pip freeze命令

        本文链接:https://www.haomeiwen.com/subject/gzfvxxtx.html