pip install --upgrade pip doesn\'t work because the windows FS is brain damaged and won\'t let you delete an open file.
pip install --upgrade pip
I\'ve tried setting my environme
Run pip as a script, using python as the main executable.
python -m pip install -U pip