This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko, dstufft, eric.araujo, lac, vinay.sajip
Date 2016-06-04.19:57:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465070231.12.0.589920190581.issue25151@psf.upfronthosting.co.za>
In-reply-to
Content
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']
History
Date User Action Args
2016-06-04 19:57:11dokosetrecipients: + doko, vinay.sajip, eric.araujo, dstufft, lac
2016-06-04 19:57:11dokosetmessageid: <1465070231.12.0.589920190581.issue25151@psf.upfronthosting.co.za>
2016-06-04 19:57:11dokolinkissue25151 messages
2016-06-04 19:57:10dokocreate