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
As reported in python/devguide#1607, if an error happens when executing make venv, it will still be reported as successful ("The venv has been created in the ./venv directory").
The set -e option should be enabled to exit on error.
As reported in python/devguide#1607, if an error happens when executing
make venv, it will still be reported as successful ("The venv has been created in the ./venv directory").The
set -eoption should be enabled to exit on error.Linked PRs
make venv#136856make venv(GH-136856) #136860make venv(GH-136856) #136861