Merge pull request #13231 from der3318/better-support-for-portable-git

Better Support for Portable Git
This commit is contained in:
AUTOMATIC1111
2023-09-30 09:21:08 +03:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ fi
if [[ -z "${GIT}" ]]
then
export GIT="git"
else
export GIT_PYTHON_GIT_EXECUTABLE="${GIT}"
fi
# python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)