-
Hi,
I'm playing with rye and discovered that rye behaves differently when executing commands local or via ssh
``` sh
>> a = Rye.shell 'test','-d /bins'
=> [, , 1, ]
>> box = Rye::Box.new('localhost'…
-
### Steps to Reproduce
1. make sure pyenv is installed, and these lines are in `.zshrc`, alternatively[ follow these instructions for your shell:](https://github.com/pyenv/pyenv#set-up-your-shell-e…
-
This is related to https://stackoverflow.com/a/77464614 where a concrete dependency is specified via a requirements.txt file.
Can rye install a concrete dependency such as:
```
gdal @ https://g…
-
### Steps to Reproduce
I did the following steps:
```powershell
# Step 1
# Refer to the official documentation to create a runnable project
# https://rye-up.com/guide/basics/#executable-projects
…
hero updated
7 months ago
-
This is not an issue I really wanted to open, because I was hoping I can avoid putting yet another thing into the ecosystem that requires custom handling. Unfortunately vscode currently installs tools…
-
## ryeメモ
`pip --index-url` ( `pip install -i` )でインストールするようなものは、`pyproject.toml` に以下のように記述する。
```toml
...
[[tool.rye.sources]]
name = "torch"
url = "https://download.pytorch.org/whl/torch/"
…
-
These have already been added for `rye add`/`rye remove` when using uv as a backend.
It's really useful to be able to install all the dependencies when running python via `rye run python` or `rye r…
-
Rye would greatly benefit from a vscode extension that changes some behaviors that are currently in conflict with rye.
For instance it runs pip install for installing tools rather than `rye add` or…
-
### Steps to Reproduce
`rye sync --update-all` doesn't always update to the latest release.
It's a little hard to come up with an exact repro, since this depends on the contents of your `uv` cache…
duijf updated
4 months ago
-
Add a [pre-commit](https://pre-commit.com/) hook that simply runs `rye lock` to ensure that `requirements.lock` is up to date with `pyproject.toml`. This is supposed to act similarly to the [poetry-lo…