Re: ensurepip

2017-06-14 Thread Steven D'Aprano
On Wed, 14 Jun 2017 07:00:13 +0200, Pavol Lisy wrote: > $ python3 -m ensurepip /usr/bin/python3: No module named ensurepip > > But maybe this help to understand: > > $ python -m ensurepip > ensurepip is disabled in Debian/Ubuntu for the system python. Ah, thanks! I do

Re: ensurepip

2017-06-13 Thread Pavol Lisy
$ python3 -m ensurepip /usr/bin/python3: No module named ensurepip But maybe this help to understand: $ python -m ensurepip ensurepip is disabled in Debian/Ubuntu for the system python. Python modules For the system python are usually handled by dpkg and apt-get. apt-get install python

ensurepip

2017-06-13 Thread Steven D'Aprano
ensurepip is added in Python 3.4: https://docs.python.org/3/library/ensurepip.html But: root@runes:~# python3.4 -m ensurepip /usr/bin/python3.4: No module named ensurepip Any clues on what is going on or how to diagnose this? -- Steve -- https://mail.python.org/mailman/listinfo/python