You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A use case could be using rye within a conda environment. I was just wondering the same thing. I installed sagemath in conda and I'd like to add some regular packages as well managed by a pyproject.toml file.
Hi.
I think rye is more useful if there was an option to not use venv like
poetry config virtualenvs.create false
.The text was updated successfully, but these errors were encountered: