Hello I am getting this twice: Code: WARNING: You are using pip version 20.0.2; however, version 20.1 is available. You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip' command. WARNING: You are using pip version 20.0.2; however, version 20.1 is available. You should consider upgrading via the '/usr/bin/python2 -m pip install --upgrade pip' command. If i remember correctly that is taking care automatically from Centminmod and on second run the message is gone but it didn't this time.... Should i run the commands manually or a fix on Cenminmod can take care of it? The weird thing is that i am getting that issue only on my test vps server and none of my other Centminmod servers have that issue... Thank you
CentOS 7 or 6 server ? It should when you run centmin.sh menu option and should resolve itself on second and subsequent centmin.sh menu runs. Should be fine to run the suggested command. Before you do that, what is output for these 3 commands Code (Text): pip --version pip2 --version pip3 --version Code (Text): pip --version pip 20.0.2 from /usr/local/lib/python3.6/site-packages/pip (python 3.6) pip2 --version pip 20.0.2 from /usr/lib/python2.7/site-packages/pip (python 2.7) pip3 --version pip 20.0.2 from /usr/local/lib/python3.6/site-packages/pip (python 3.6)
Centos 7 Code: pip --version pip 20.0.2 from /usr/lib/python2.7/site-packages/pip (python 2.7) pip2 --version pip 20.0.2 from /usr/lib/python2.7/site-packages/pip (python 2.7) pip3 --version pip 9.0.3 from /usr/lib/python3.6/site-packages (python 3.6)