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
Our daemon is using sys.executable -m dvc to launch a new dvc process, but a more proper way would be to address dvc directly, by dynamically computing its location ourselves from __file__. See discussion #1509 (comment) .