I keep getting a message to upgrade pip
问题 Whenever I create a venv, I get a message asking me to upgrade pip. I run the command for upgrade, and it pops up again on another venv. How can I make this permanent. Message: You are using pip version 9.0.1, however version 18.0 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command. Update: Just received recommendation to read this possible duplicate answer: virtualenv use upgraded system default pip This does not solve my issue though. Why? My