Python python drip (a)--PIP tool use

Source: Internet
Author: User
  • 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
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
  • 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
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.