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?
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?
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.