Add Library\usr\bin to the PATH

This commit is contained in:
cmdr2 2022-10-26 16:39:21 +05:30 committed by tildebyte
parent 2dd5c0696d
commit e73a2d68b5
3 changed files with 3 additions and 3 deletions

View File

@ -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) @rem get the repo (and load into the current directory)
if not exist ".git" ( if not exist ".git" (

View File

@ -1,7 +1,7 @@
@echo off @echo off
set INSTALL_ENV_DIR=%cd%\installer_files\env 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 call conda activate invokeai

View File

@ -1,7 +1,7 @@
@echo off @echo off
set INSTALL_ENV_DIR=%cd%\installer_files\env 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 @rem update the repo
if exist ".git" ( if exist ".git" (