touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #112987
[Bug 1506907] Re: No way to install pip for Python 3.4 in 15.10 Wily
I make python3.5 default for python3, by this command:
sudo update-alternatives --install /usr/bin/python3 python3
/usr/bin/python3.5 10
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python3.4 in Ubuntu.
https://bugs.launchpad.net/bugs/1506907
Title:
No way to install pip for Python 3.4 in 15.10 Wily
Status in Python:
New
Status in python3.4 package in Ubuntu:
Confirmed
Bug description:
Related to this bug:
https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1290847
It looks like 15.10 uses a mixture of Python 3.4 and 3.5 (hopefully
that's temporary?). Pip, the python package manager, is available
from "python-pip" for Python 2.7, and "python3-pip" for Python 3.5,
however, there is no python3.4-pip, and because of the weird state of
Python in debian/ubuntu, there's no way to use "ensurepip" to get it
either.
One fix would be to just ship a complete version of
python/python3.4/python3.5, including pip, as part of the base
package, if there's any appetite for revisiting the historical
decision to unbundle python...
To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1506907/+subscriptions
References