X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:content-type; q=dns; s=default; b=MNL4N/CIFzzHcpyJ3yGYtNs5bEbnz7ABGuIQOslwUkD e7LuHr0lXKCrEv9y6zWt5FkJeK+JGGzGFwVmxlea8ze6Gpv5dzUuwUx5zBmL/KdA n4/sUqYyAJMUCBHFe3PY0B+ujs3bx2oL5yLnQe4LEFuIwcVkBEmk/FEd0TyWgcqs = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:subject:content-type; s=default; bh=QGnfYbkkkFJGZBQ8qdQ7LfPiZ3A=; b=ezj/J2rPkiltzt/lX 1Rj+jdcY9i4I8nUk3HwXu1au2CXI+w2/8JQ+nS+R3DEgxOI8L0kU11XZGTJiV/nZ w1u5Qavo6dweKnJNfi0f5WmNBHuFI+tYzY2Wp2OdJaDkDwjLE8UZO6aJGhiCfaS2 fUcTlq/V171BnHb3VqMnxbl0yQ= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=sk:python, sk:python-, H*MI:1c69fb81, H*M:1c69fb81 X-HELO: mail-ot1-f42.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:to:subject:user-agent; bh=Vh/CEo1ql0NeW9Yr5ecYqbIXHFgiwjDXtAeWpoTbw24=; b=mONI8OA3MtecEWwQK/YuHVHNYAeN5O+i+AR2c+iCB7jWhhlHHwCl60GifwaZd6xCdj QE45KuoYrcRdSAMtdsyJ/7vsp/A35zlzQEzQmLCOl6SI7Aof0FD5gAO7NYWN25Qg5s7K qCATrBPfOYdsuMx3P0/fhbQ0PrPP6xhcl3CQMaGOC15C3uXGkpFjadEi3uFrjF92fpVy fEW5sKcVEEqZ/FVxFrGfxy7KlqtuvqCYqvZ+7xe93o8eHSiSM8nkyBEhed+TVmxP/hDh FLNydQpRzJJ+phgh5HV1NuGk+ds4Fjn5uRLbFieVQxA24oBl8CNnPqo37xAeAxvhTKGw pIBg== Message-ID: <5cbb9002.1c69fb81.30224.9088@mx.google.com> Date: Sat, 20 Apr 2019 14:32:50 -0700 (PDT) From: Steven Penny To: cygwin AT cygwin DOT com Subject: python-pip-wheel package Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.8.0 (cup.github.io/suede/tryst) I noticed today that the "python27" and similar require among others these packages: - python-pip-wheel - python-setuptools-wheel If you inspect the first one you find this file: /usr/share/python-wheels/pip-19.0.3-py2.py3-none-any.whl which appears to be a full "pip" installation. This raises some questions: 1. if "pip" is installed alongside Python, why is it not put into "/usr/bin" or similar? 2. if "python-pip-wheel" is already installed, what is the point of "python27-pip" and similar? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple