I need to build uwsgi with plugin support, which would allow me to work both with python 3 and 2. Then I will create service config file, so that you can use it as service. Sounds good, isn't it? Let's do it then.
1. Download uwsgi and extract it
cd ~ curl -O http://projects.unbit.it/downloads/uwsgi-2.0.12.tar.gz tar -xvzf uwsgi-2.0.12.tar.gz