On 3/19/17 at 7:52 AM, [email protected] (Dan Clark) pronounced:

> [ec2-user@ip-172-31-28-79 ~]$ python3 -m venv $VENV
> Error: Command '['/home/ec2-user/env/bin/python3', '-Im', 'ensurepip',
> '--upgrade', '--default-pip']' returned non-zero exit status 1

Read this:
https://docs.python.org/3.4/library/ensurepip.html

Then try this:

    $ python3 -m ensurepip

Then:

    $ python3 -m venv $VENV

--steve

------------------------
Steve Piercy, Soquel, CA

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/r473Ps-10123i-5BE56888D60A4E4F98BD80886257387E%40Steves-iMac.local.
For more options, visit https://groups.google.com/d/optout.

Reply via email to