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
This fixes a bug where we weren't locking the Python env. (#2286)
This lead to the `Text File Busy` errors,
because we were trying to create the virtualenv while another process was running.
Instead of this throwing a "version locked" error and retrying,
it was just failing because it was never checking for a lock properly.
0 commit comments