zyrikby / pyenv-pip-upgrade

Upgrade all packages to the latest versions in pyenv environments
Other
8 stars 4 forks source link

Make sure pip command is coming from pyenv #6

Closed smac89 closed 1 year ago

smac89 commented 1 year ago

Before this PR, the upgrade script was using pip from my system path, and attempting to upgrade the os-installed python packages.

This fix ensures that the correct pip version corresponding to the PYENV_VERSION set, is being used.

Other changes

zyrikby commented 1 year ago

Seems pretty good to me! Thanks! I am not very good at bash (I have developed this tool because I need it personally and it worked on my machine), so I rely on your expertise.