bluss
bluss
rebased and dropped the changelog update because the newest changelog seemed to be autogenerated
Will close
Would it be possible to attach the pyproject.toml (or requirements.txt?), assuming that's the file having issues, and what is the encoding of that file?
I have some use cases that require rye run to preserve the current working directory, maybe this could be configurable in that case?
I'm not sure what's wrong with the current behaviour. Here's an argument in favour of keeping it. These two should be equivalent: `cmd` (with virtualenv active - it's a binary...
Note that this function also handles rye run python, rye run cmd where cmd is an executable in the venv too (take for example cmd = pytest). Maybe it makes...
I'm not a fan of expanding scope, so don't do that, but `rye add` can add deps, dev-deps, optional deps and excluded deps. Extending the pattern it seems like it...
Maybe more details need to be filled in for this issue. Are you using poetry's build system for a rye managed package, or for a dependency? Could you find a...
The minimal example fails because there is no package to install, it can be fixed like this: `mkdir -p src/rye_poetry_test` `touch src/rye_poetry_test/__init__.py` However that's probably not representative of the issue....
in bash or zsh, the shell, we have ```zsh ❯ type cd cd is a shell builtin ❯ type rye rye is /home/user/.rye/shims/rye ``` `cd` is a special builtin -...