rye icon indicating copy to clipboard operation
rye copied to clipboard

Installing rye with --yes does not install interactive defaults

Open eifinger opened this issue 1 year ago • 0 comments

When I install rye in interactive mode it will put use-uv=true as a default in the config file as defined in https://github.com/astral-sh/rye/blob/43ac3a3ebfe2fd647e7b9a9fca723eeb37194b7d/rye/src/cli/rye.rs#L589-L602

When the interactive mode is disabled https://github.com/astral-sh/rye/blob/43ac3a3ebfe2fd647e7b9a9fca723eeb37194b7d/rye/src/cli/rye.rs#L194 nothing is being put in the config file.

I think this should be aligned.

eifinger avatar May 13 '24 17:05 eifinger