diff --git a/installer/install.bat b/installer/install.bat index 8ba2cae2c3..d6bf2723b1 100644 --- a/installer/install.bat +++ b/installer/install.bat @@ -60,7 +60,7 @@ if "%PACKAGES_TO_INSTALL%" NEQ "" ( ) ) -set PATH=%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts;%PATH% +set PATH=%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts;%INSTALL_ENV_DIR%\Library\usr\bin;%PATH% @rem get the repo (and load into the current directory) if not exist ".git" ( diff --git a/invoke.bat b/invoke.bat index 8d23ab660b..b9fb7902de 100644 --- a/invoke.bat +++ b/invoke.bat @@ -1,7 +1,7 @@ @echo off set INSTALL_ENV_DIR=%cd%\installer_files\env -set PATH=%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts;%PATH% +set PATH=%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts;%INSTALL_ENV_DIR%\Library\usr\bin;%PATH% call conda activate invokeai diff --git a/update.bat b/update.bat index 426c43d9ba..9beda82d0f 100644 --- a/update.bat +++ b/update.bat @@ -1,7 +1,7 @@ @echo off set INSTALL_ENV_DIR=%cd%\installer_files\env -set PATH=%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts;%PATH% +set PATH=%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts;%INSTALL_ENV_DIR%\Library\usr\bin;%PATH% @rem update the repo if exist ".git" (