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 don't get that error messa
$ 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-
In