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
  • 25,146
  • 28
  • 91
  • 166

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
  • 575
  • 1
  • 3
  • 22