1、导出

pip freeze >  packegas.txt

 

2、在其他环境安装

pip install -r  packages.txt  

相关文章: