Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate prompts to create a default venv. #1557

Merged
merged 2 commits into from Mar 25, 2024

Conversation

t-kalinowski
Copy link
Member

This fixes an issue where a user could be prompted to create the default "r-reticulate" venv multiple times. For example:

reticulate::py_eval("")
Would you like to create a default python environment for the reticulate package? (Yes/no/cancel) y
Would you like to create a default python environment for the reticulate package? (Yes/no/cancel) y
Would you like to create a default python environment for the reticulate package? (Yes/no/cancel) y
...

@t-kalinowski t-kalinowski merged commit 924ecc8 into main Mar 25, 2024
14 checks passed
@t-kalinowski t-kalinowski deleted the fix-default-venv-prompt branch March 25, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant