Answer the question
In order to leave comments, you need to log in
Should Uwsgi be installed from a repository or pip?
I'm trying to set up CentOS + nginx + python3.6 + uwsgi + django.
And on the Internet, everywhere they advise differently.
Some advise to install others from the repository through pip3.6.
How will be correct?
Answer the question
In order to leave comments, you need to log in
That's right - install from the OS repository
But sometimes you need to install the latest version of the software and it is most often in pip
Therefore, if you installed it through pip, then take care to update it manually or make a script that, together with updating the software from the OS rep, will dopip install --upgrade
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question