Comment 64 for bug 1290847

Revision history for this message
Barry Warsaw (barry) wrote : Re: [Bug 1290847] Re: pyvenv fails due to mising ensurepip module

On Mar 30, 2015, at 02:04 AM, Rob Speer wrote:

> $ python3 -m venv testenv
> Error: Command '['/home/rspeer/testenv/bin/python3', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1

This should work after you apt-get install python3-venv (python3.4-venv).