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

Add --find-link flag to rye install #1283

Open
Maxi91f opened this issue Jul 26, 2024 · 0 comments
Open

Add --find-link flag to rye install #1283

Maxi91f opened this issue Jul 26, 2024 · 0 comments

Comments

@Maxi91f
Copy link

Maxi91f commented Jul 26, 2024

We are using a local folder to store packages without a static html or pypi server for local development and CI.

On the pyproyect.toml we use something like this without any problem:

[[tool.rye.sources]]
name = "local"
url = "file:/some/path"
type = "find-links"

But on some scenarios we need to run something equivalent to install a package as global tool, but we couldn't find a way to configure rye install to use find-links. I imagine the command could look something like this:

rye install --path /some/path my_package --find-links

Trying to run the same command without --find-links doesn't works on our case, because on the folder we only have the .whl files.

I apology in advance if this was already proposed.

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