From 035d769e6027694d0cfa9f6a4b54a674cfe39f58 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Tue, 19 Nov 2024 13:19:44 -0700 Subject: [PATCH] more debuging --- bootstrap-salt.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 377291f..0844f2d 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2827,10 +2827,18 @@ EOM echodebug "Running '${_pip_cmd} install ${_USE_BREAK_SYSTEM_PACKAGES} --upgrade ${_PIP_INSTALL_ARGS} wheel ${_setuptools_dep}" ${_pip_cmd} install ${_USE_BREAK_SYSTEM_PACKAGES} --upgrade ${_PIP_INSTALL_ARGS} wheel "${_setuptools_dep}" + __retn="$?" + echodebug "DGM DEBUG 0 return code from installing setuptools '$__retn'" echodebug "DGM DEBUG 1 checking pip list for setuptools, ${_pip_cmd} list" ${_pip_cmd} list + echodebug "DGM DEBUG 1a checking pip list for setuptools" + python3 -m pip list + + echodebug "DGM DEBUG 1b checking pip list for setuptools" + ${_py_exe} -m pip list + echoinfo "Installing salt using ${_py_exe}, $(${_py_exe} --version)" cd "${_SALT_GIT_CHECKOUT_DIR}" || return 1