-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update git packages with pipx upgrade-all #75
Comments
It can do this already with something like this
|
Thanks for the quick reply. My real use case is that I want this to work with |
Correct, it won't work in that case. |
Ok. If there are plans to implement something that will allow such behavior then we can leave this open; otherwise feel free to close. Thanks once again |
I could add a file to the virtual env. Something like a If people like this idea I can add it. As always, feel free to vote with a thumbs up or provide an alternative suggestion to vote on. |
I just did an upgrade-all, and unfortunately it overwrote one of my personal git-based pipx installs with one from pypi that is completely unrelated... They just happened to have the same name. In this case it was a pretty serious breakage. |
@itsayellow ah so sorry to hear that. The |
thanks @cs01 , I was perplexed for a while at what was happening, but I'm ok now. Just wanted to add another motivation for this issue. Thanks for all your work on pipx. |
This is fixed via #222, for cases where the package version number changes (the most reliable way to detect an upgrade is needed.) |
Thank you! Is there going to be a release soon? |
Yes, we're getting close |
This might be a bit far fetched but imagine I've installed some package with
--spec git+https:.../some_branch/
and that package gets an update i.e a new commit insome_branch
.Can pipx pull those new changes upon
pipx upgrade
? (AFAICT it doesn't do this already).Thanks!
The text was updated successfully, but these errors were encountered: