天天看点

记录一些常用的python中的小知识

  1. 一键导出python当前环境中的所有库的版本号

    在terminal中, 激活当前的环境,然后输入

    pip list --format freeze > D:/requirements.txt