
运维
zmjmvp
为了未来而努力
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
centos7 安装pip
centos7 安装pip在centos7中安装pip使用yum安装非常方便,只需要三步就可完成:yum -y install epel-releaseyum install python-pippip install --upgrade pip参考:https://www.jianshu.com/p/5220d12b15e3...转载 2019-07-09 23:33:22 · 224 阅读 · 0 评论 -
nginx 安装nginx_lua模块出现ngx_http_lua_module requires the Lua library
***今天安装nginx模块时一直出现 ngx_http_lua_module requires the Lua library 问题***但是我已经安装了lua, 并且在profile 文件中加入了:```shellexport LUAJIT_LIB=/usr/local/libexport LUAJIT_INC=/usr/local/include/luajit-2.1```网上看...原创 2019-08-02 15:37:05 · 5017 阅读 · 0 评论