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
When activating Python within a renv profile, for some reason the renv/profile file gets removed (see reprex below).
Not sure if this is intentional, but it seems like an undesired side effect.
but renv::activate(), when called without arguments, reverts back to the default profile.
I think we should change the behavior of activate(), so that it preserves an existing profile (if any). Users can revert to the default profile if necessary with:
When activating Python within a renv profile, for some reason the
renv/profile
file gets removed (see reprex below).Not sure if this is intentional, but it seems like an undesired side effect.
Any ideas of why this happens?
Session info
The text was updated successfully, but these errors were encountered: