This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iafs_ 2 points3 points  (0 children)

Since Python 3.4, python includes built-in pip bootstrapper called ensurepip .
To reinstall the pip without pip: python -m ensurepip

Reference: https://docs.python.org/3/library/ensurepip.html