- First, let's take a look at the command: Pip install Uwsgi
This command, by operation name, can be divided into three parts: Pip, install, and Uwsgi. Next, follow these three sections for an analysis.
Pip is similar to readhat under Yum, Ubuntu under Apt-get, a package management tool for downloading the associated resource bundle that installs Python as a public repository PyPI. The same tool also has easy_install. Note:1, Easy_install:https://pypi.python.org/pypi/ez_setup Unzip, then install: Python ez_setup.py2, Pip:https:// PYPI.PYTHON.ORG/PYPI/PIP Unzip and install.: Python setup.py Install
Since PIP is a package management tool, it also provides us with some operations related to package management: $ pip--help Reference link: http://www.ttlsa.com/python/how-to-install-and-use-pip-ttlsa/
Uwsgi and Wsgi are both a communication protocol. UWSGI is a Web server that implements the two Protocols of Uwsgi and WSGI. Reference Link: http://www.nowamagic.net/academy/detail/1330328 Summary: PIP is used for resource bundle management (installation, uninstallation, etc.), Uwsgi we can use the deployment Wsgi app, It is primarily a web-related service that manages Python. Another, at present is only a preliminary study and understanding.
Python python drip (a)--PIP tool use