摘要: Pycharm导出环境,实现环境迁移 Pycharm导出虚拟环境,实现环境迁移 1、导出 pip freeze > environment.txt 2、在其他环境安装 pip install -r environment.txt 3、离线包 pip download -r requestments.txt -d ./pip_packag 阅读全文
posted @ 2020-08-13 16:35 Security 阅读(7974) 评论(0) 推荐(0) 编辑