r-darwish / topgrade

Upgrade everything
GNU General Public License v3.0
3.36k stars 161 forks source link

pip should be executed via the regular python executable #910

Closed hacker1024 closed 2 years ago

hacker1024 commented 2 years ago

The pip executable now displays the following message:

WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue. To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.

It should now be invoked with python -m pip to avoid issues.

r-darwish commented 2 years ago

Which operating system are you using?

hacker1024 commented 2 years ago

macOS Catalina with Python via brew