Changes between Initial Version and Version 1 of Ticket #52448, comment 7


Ignore:
Timestamp:
Sep 29, 2016, 3:21:51 PM (8 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52448, comment 7

    initial v1  
    66Let’s try something. Do you see any output if you run that command manually?
    77{{{
    8 $ cd /private/tmp && /private/tmp/testenv/bin/python3.5 -Im ensurepip --upgrade --default-pip; echo $?
     8$ cd /private/tmp/testenv && /private/tmp/testenv/bin/python3.5 -Im ensurepip --upgrade --default-pip; echo $?
    99}}}