0

From pip document:

I know in Mac we can use:

pip install -U pip

to upgrade the pip to newest version.

But how can we upgrade pip to the specified version?

aircraft
  • 20,821
  • 22
  • 79
  • 154

1 Answers1

0

You can probably do something like this.

pip install -U pip==(version of pip you want)

I don't know if it will work or not you can always try.

WiLL_K
  • 565
  • 1
  • 3
  • 22