You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #113@Nicoretti suggested to use ensurepip instead of get-pip (the approach we use today).
This would have the advantage of being independent of an URL for installing pip(see #111).
However, @tkilias told me there were some issues in the past with ensurepip, for example one problem might be that an existing version of pip will not be replaced.
Acceptance Criteria
Validate if ensurepip can be used instead of get-pip:
Check if it works
Check if it replaces an existing version of pip
The text was updated successfully, but these errors were encountered:
Background
In #113 @Nicoretti suggested to use
ensurepip
instead ofget-pip
(the approach we use today).This would have the advantage of being independent of an URL for installing pip(see #111).
However, @tkilias told me there were some issues in the past with ensurepip, for example one problem might be that an existing version of pip will not be replaced.
Acceptance Criteria
Validate if
ensurepip
can be used instead ofget-pip
:The text was updated successfully, but these errors were encountered: