pip has been upgraded to version 10 in the global version;
in the virtual environment created by manually entering Virtualenv venv, in the command window, the pip version is 10;
when you create a new project using PyCharm, you create a virtual environment using Virtualenv by default. The version of pip in the virtual environment created is 9.
Why is this?