uwsgi com python3 como obter o plugin (não do apt)

0

como executar o uwsgi com o python 3 em vez do python 2? Eu compilei a última versão do uwsgi, e eu sei que existem plugins que podem ser instalados pelo apt-get, mas como posso obtê-lo (devo compilar a partir do código-fonte?)

    
por Bill Phun 27.04.2013 / 15:33

1 resposta

0

Por favor, siga os passos fornecidos aqui

link

EDITAR:

Ou

1. sudo apt-get install python3-dev
2. sudo apt-get install python3-setuptools
3. which easy_install
4. sudo python3 <Output of which command> pip
5. sudo pip install uwsgi
    
por thefourtheye 27.04.2013 / 17:31