Skip to content
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

rye install should not return a non-zero exit code if the package is already installed #1275

Open
LukeMathWalker opened this issue Jul 25, 2024 · 0 comments

Comments

@LukeMathWalker
Copy link

Steps to Reproduce

Run:

rye install maturin

twice in a row.

Expected Result

I'd expect the second invocation to skip the installation while returning a success exit code (i.e. 0).

Actual Result

Installation is skipped, but rye install returns a failed exit code (i.e. 1).

Version Info

rye 0.37.0
commit: 0.37.0 (09b67c4 2024-07-20)
platform: macos (aarch64)
self-python: [email protected]
symlink support: true
uv enabled: true

Stacktrace

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant