1.pip install MySQL-python 出错问题

pip install -r requirement.txt

发现安装MySQL-python 出错,更新setuptools也没用

解决办法:https://blog.csdn.net/default7/article/details/54927153

先yum install mysql-devel

再 pip install MySQL-python

还有问题可能是没装gcc

yum install gcc-c++

由于之前安装MySQL-python的时候中断了,所以所有包并没有全部安装完成,

要继续pip install -r requirement.txt

2.Nginx 安装

首先再根目录下建立了一个application目录,然后cdapplication,进入后进行下载安装操作

安装依赖

prce(重定向支持)和openssl(https支持,如果不需要https可以不安装。)

更多相关文章

  1. 求VB.net2010做一个简单数据库系统具体操作(用SQL SERVER2008)
  2. 使用 pymysql 操作MySQL数据库
  3. CentOS系统操作mysql的常用命令
  4. Spring JdbcTemplate 批量插入或更新操作
  5. 如何删除android中的蓝色操作栏?
  6. SQL Server 执行计划操作符详解(1)——断言(Assert)
  7. Android之仿B612咔叽滤镜列表操作
  8. 向Android操作栏中添加操作项和浮动菜单项
  9. Android学习之Asynctask异步操作

随机推荐

  1. android中连接到指定wifi
  2. Android SystemUI任务栏修改
  3. Android外置存储器(SD卡)工具类
  4. Android istview顶部的或底部的渐变色怎
  5. 自定义进度条
  6. android中MotionEvent.ACTION_CANCEL事件
  7. A Visual Guide to Android GUI Widgets
  8. Android Location 和 Sensor的使用,图片旋
  9. Android颜色渐变的分隔线(ListView)
  10. android 中 checkBox 的使用