How do I run uwsgi with virtualenv

后端 未结 6 1972

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:17

    Others' answers didn't help, and I added path to virtualenv to uwsgi.ini configuration file. The error disappeared.

    pythonpath = /path-to-virtualenv/project/lib/python2.7/site-packages
    

提交回复
热议问题