Replies: 3 comments 1 reply
-
In my opinion, it would be nice to provide commands like |
Beta Was this translation helpful? Give feedback.
0 replies
-
What about checking the cheeseshop to list outdated versions too? That would be helpful info before deciding to upgrade all. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you've switched to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a recommended way to upgrade all the tools installed by
rye install
?The closest I've found so far is to iterate over the output of
rye tools list
and runrye install -f $tool
on each one, but this has two issues:Beta Was this translation helpful? Give feedback.
All reactions