1 | curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash |
- 使用pip导出当前环境所有依赖包信息文件
1 | pip freeze > requirements.txt |
- 下载所有依赖包到本地
1 | pip install -r requirements.txt -d your_download_dir |
热爱平淡,向往未知
1 | curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash |
1 | pip freeze > requirements.txt |
1 | pip install -r requirements.txt -d your_download_dir |
微信支付