Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Feb 2017 12:39:04 +0000
From:      Daniil Berendeev <pipfstarrd@openmailbox.org>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Why devel/py-pip provides pip only for python2.7?
Message-ID:  <cc871f6b-de32-e767-fd0f-5c195f4e7095@openmailbox.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cc871f6b-de32-e767-fd0f-5c195f4e7095>