Replies: 1 comment 1 reply
-
Usually "closest" in this context means we'll look in parent directories (of the working directory) until we find a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the documentation, there's
but what does it mean to be
closest
? Is it the most recently used one? How can I configure it to behave like a conda base env? i.e., inside a rye project, use the project's python and anywhere else use the global python by default.Beta Was this translation helpful? Give feedback.
All reactions