python freeze 和 恢复 2018-01-30 本文已影响525人 Jonah_Peng 导出所有的依赖 $ pip freeze > requirements.txt 恢复 $ pip install -r requirements.txt