achillesrasquinha / pipupgrade

🗽 Like yarn outdated/upgrade, but for pip. Upgrade all your pip packages and automate your Python Dependency Management.
https://git.io/pipupgrade
MIT License
587 stars 28 forks source link

Fix valueerror pip not found #127

Closed shidevil closed 3 years ago

shidevil commented 3 years ago

Fixes #67

Works on M1 mac now

Proposed Changes

    exec_ = osp.realpath(exec_)
                if exec_ not in execs:
                    execs.append(exec_)
achillesrasquinha commented 3 years ago

Thank you for your contribution.

achillesrasquinha commented 3 years ago

Could you rebase it to hotfix instead?

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build ba378decbd29f17b12d57f7605e485f00a588804-PR-127


Totals Coverage Status
Change from base Build 1222380708: -0.09%
Covered Lines: 960
Relevant Lines: 2114

💛 - Coveralls
shidevil commented 3 years ago

Could you rebase it to hotfix instead?

Done