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
Add warning for existing build/ directory in env setup
The env_setup.sh script now checks for an existing build/ directory
before installing the forge package. If found, it warns the user that
the directory may contain artifacts from a previous pip installation
that could interfere with the current installation.
The user is prompted to continue or cancel, with instructions on how
to manually remove the build/ directory if they encounter issues.
0 commit comments