# python_example_test **Repository Path**: houwentaoff/python_example_test ## Basic Information - **Project Name**: python_example_test - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-18 - **Last Updated**: 2021-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_example_test ## 怎么在生产环境部署python相关依赖包 1. 取一台和生产环境一样的机器,32位或则64位即可,然后将运行环境安装配置好 2. 将/usr/local/lib/python2.7/dist-packages中的环境全部copy到被隔离的生产环境然后进行测试 ## 怎么离线安装第三方包 1. 在`https://www.lfd.uci.edu/~gohlke/pythonlibs/` 中找到对应的`whl文件`下载 2. `pip3 install *.whl` 安装第三方包.