On Windows 10, in Powershell (administration) and Python version 3.7
Upgrade pip via the python -m pip install --upgrade pip
in terminal.
But pip -V
gives me the pip version still 10.01?
in the terminal In the pycharm(2018.2 on the same computer, pip module is v18!
How could get upgrade "pip" properly?