How do I run uwsgi with virtualenv

后端 未结 6 1952

I\'m currently developing my first real python flask project and am about to set up the build server to deploy the \"Latest Build\" which is built on every check-in.

6条回答
  •  时光说笑
    2020-12-24 01:16

    Use -H to set virtualenv to python path.

    uwsgi -H /path/to/your/virtualenv 
    

    http://uwsgi-docs.readthedocs.org/en/latest/Options.html#virtualenv

提交回复
热议问题