From owner-freebsd-questions@freebsd.org Sat Feb 11 12:46:15 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D95FECDA48D for ; Sat, 11 Feb 2017 12:46:15 +0000 (UTC) (envelope-from pipfstarrd@openmailbox.org) Received: from mail.openmailbox.org (lb1.openmailbox.org [5.79.108.160]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1BE610D0 for ; Sat, 11 Feb 2017 12:46:15 +0000 (UTC) (envelope-from pipfstarrd@openmailbox.org) Received: by mail.openmailbox.org (Postfix, from userid 20002) id CEDF4511C07; Sat, 11 Feb 2017 13:39:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1486816749; bh=eNBc0wf5VOgWBnlcYLQXvVco+iC67kdWmPfWZqXq1Zk=; h=To:From:Subject:Date:From; b=wKytF6bpRGPCrqcw9gP/hxGaewj5NVV5X4Qrzz7Xcj6blthenSEny0/5d9/k1V8P8 q9VqrI11N6ayS9hZSh1aDgz2wXs5Q0LHw3ApVN9INKUnP9WYQihpVfWnzZhYZBzI00 9W2JjxF+ZCsX+9dceKddEnKOpldPiHVvwh8e3Nu0= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ZDZR003 X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RECEIVED,NO_RELAYS, T_DKIM_INVALID autolearn=disabled version=3.4.0 To: "freebsd-questions@freebsd.org" DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1486816749; bh=eNBc0wf5VOgWBnlcYLQXvVco+iC67kdWmPfWZqXq1Zk=; h=To:From:Subject:Date:From; b=wKytF6bpRGPCrqcw9gP/hxGaewj5NVV5X4Qrzz7Xcj6blthenSEny0/5d9/k1V8P8 q9VqrI11N6ayS9hZSh1aDgz2wXs5Q0LHw3ApVN9INKUnP9WYQihpVfWnzZhYZBzI00 9W2JjxF+ZCsX+9dceKddEnKOpldPiHVvwh8e3Nu0= From: Daniil Berendeev Subject: Why devel/py-pip provides pip only for python2.7? Message-ID: Date: Sat, 11 Feb 2017 12:39:04 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2017 12:46:15 -0000 devel/py-pip installs pip as ~> which pip-2.7 /usr/local/bin/pip-2.7 But also it adds ~> which pip /usr/local/bin/pip that is ~> ll /usr/local/bin/pip lrwxr-xr-x 1 root wheel 22 11 февр. 12:33 /usr/local/bin/pip -> /usr/local/bin/pip-2.7 so, we get: ~> pip -V pip 9.0.1 from /usr/local/lib/python2.7/site-packages (python 2.7) ~> pip-2.7 -V pip 9.0.1 from /usr/local/lib/python2.7/site-packages (python 2.7) What is the point of this layout? It's sad that there is no pip for python3.x in ports. Why is it not ported? -- Cheers~ PGP key fingerprint: 07B3 2177 3E27 BF41 DC65 CC95 BDA8 88F1 E9F9 CEEF You can retrieve my public key at pgp.mit.edu.