Matthias Klose added the comment:

The current Debian packages show this error message:

$ python3 -m venv /tmp/foobar
The virtual environment was not created successfully because ensurepip is not
available.  On Debian/Ubuntu systems, you need to install the python3-venv
package using the following command.

    apt-get install python3-venv

You may need to use sudo with that command.  After installing the python3-venv
package, recreate your virtual environment.

Failing command: ['/tmp/foobar/bin/python3', '-Im', 'ensurepip', '--upgrade', 
'--default-pip']

----------
nosy: +doko

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to