1. To start the pip installation run this command:
Code: Select all
python.exe -m ensurepip
Code: Select all
python -m pip install --upgrade --force-reinstall --no-cache-dir pip
Code: Select all
pip --version
Code: Select all
pip 25.0.1 from ...
Code: Select all
python.exe -m ensurepip
Code: Select all
python -m pip install --upgrade --force-reinstall --no-cache-dir pip
Code: Select all
pip --version
Code: Select all
pip 25.0.1 from ...