## 安装supervisord虚拟环境用于部署
## 1.安装虚拟环境库
pip install virtualenv -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
## 2.创建虚拟环境
virtualenv ENV
## 3.激活虚拟环境
activate
## 4.安装supervisor-win库
pip install supervisor-win -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
## 5.将ENV中的Script文件中的supervisord.exe用于部署
## 6注意在新机器上,虚拟环境目录所在完整路径应与原机器上一致