Comment 2 for bug 1887098

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Work around is to call pip as a module, i.e.

$ python -m pip

but note there is no python2 version of pip, and no pip2 either.

A bit more care needs to be taken to introduce pip that is forward compatible with what is in groovy.

In groovy python3-pip ships pip & pip3 both of which are python3 version.