Comment 0 for bug 1290847

Revision history for this message
wizwiz50 (wizwiz50) wrote : Command "python3 -m venv" fails if "--without-pip" isn't given

Hello,

I noticed the following

# fails
python3.4 -m venv --clear python-venv
Error: Command '['.../external/python-venv/bin/python3.4', '-Im', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1

# works, but no pip
python3.4 -m venv --clear python-venv --without-pip

Thank you