
离线包
薛定谔的KT猫
物有本末,事有始终,知所先后,则近道矣。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS本地源配置
1 安装httpd在一台联网的机器上下载httpd离线包:[root@localhost ~]# yum install --downloadonly --downloaddir=/httpd_rpm/ -y httpd会下载以下依赖文件:apr-1.4.8-3.el7_4.1.x86_64.rpmapr-util-1.5.2-6.el7.x86_64.rpmhttpd...原创 2019-05-08 17:31:37 · 309 阅读 · 0 评论 -
Python项目打包成wheel笔记
详情参考:https://setuptools.readthedocs.io/en/latest/setuptools.htmlPython项目可以使用命名pip install 包名安装Python包,可以将自己的Python项目打包,并且可以发布安装必要的Python包pip install setuptoolspip install wheel以下是...原创 2019-05-08 19:38:18 · 9511 阅读 · 0 评论