python -m pip install --upgrade pip
python -m pip install --upgrade pip
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip # on mac
py -m pip install --upgrade pip
pip install --upgrade --force-reinstall --no-cache-dir <package>
#for updating pip type the following command in terminal or cmd or powershell
python -m pip install --upgrade pip
# Using the Anaconda Prompt
python -m pip install --upgrade pip
py -m pip install --upgrade pip
##find the python installed folder ,then cd that folder
python -m pip install --upgrade pip
pip install [package_name] -U
$ python -m pip install -U pip
sudo python3.9 -m pip install --upgrade pip
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
1
pip install - upgrade setuptools
1
python - m pip install – upgrade pip
1
pip install - upgrade wheel