般赐非特
2018-10-20 16:28
supervisor的ini文件里配置了environment的虚拟环境,但是我不进入虚拟环境无法启动进程,进去了才能启动。请问是哪里没设置好?
[program:django_uwsgi]
command= uwsgi --ini /home/djcode/uwsgi.ini
directory=/home/djcode
environment=PATH="/home/djenv/bin"
stdout_logfile=/home/conf/uwsgi.log
stderr_logfile=/home/conf/uwsgi.log
autostart=true
autorestart=true
startsecs=10
stopwatisecs=60
priority=998
这个应该是你的supervisor也是安装在虚拟环境中的吧?可以尝试安装到全局环境中试看看
用你虚拟环境目录下的/bin/uwsgi应该就可以了。
Python 异步任务队列 Celery 使用
10837 学习 · 43 问题
相似问题