标签:sgi mysq python apt 安装ansible mysql div form install
1. 基础环境
开发中用的 django1.11.10 + ansible2.5.3 + python2.7 ,部署在ubuntu14.04上面.
2. 安装开发过程中用到的模块.比如
apt-get update #安装前更新源 apt-get install python-pip #pip安装工具 python -m pip install "django<2" #安装2.0以下的django,要不然会安装2.0以上的. pip install django-widget-tweaks #开发过程中用到的模块,给form添加css apt-get install python-mysqldb #mysqldb模块
3. 安装ansible2.5.3版本。默认安装的1.5,需要源码安装. 参考: https://jingyan.baidu.com/article/19020a0a45c3a2529c284263.html
4. 将 项目目录加入 python2.7
标签:sgi mysq python apt 安装ansible mysql div form install
原文地址:https://www.cnblogs.com/yitianyouyitian/p/9831128.html