Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Troubleshooting Installations

Colin Webb edited this page Oct 21, 2020 · 4 revisions

Some system/shell checks to help diagnose new servicemanager installation.

echo "\nWORKSPACE:" echo $WORKSPACE

echo "\nservice-manager-config:" echo $(cd $WORKSPACE/service-manager-config && git rev-parse --abbrev-ref HEAD) echo $(cd $WORKSPACE/service-manager-config && git rev-parse HEAD)

echo "\nPATH:" echo $PATH

echo "\nwhich sm:" which sm head -n 1 $(which sm)

echo "\nsm expansion:" ls -l $(head -n 1 $(which sm) | cut -c 3- | rev | cut -c 7- | rev)

echo "\nwhich python:" which python

echo "\npython --version:" python --version

echo "\nVirtualenv active:" echo $VIRTUAL_ENV

echo "\npyenv versions:" pyenv versions

echo "\nsm -f flag info:" sm --help | grep fatjar

echo "\nwhich pipx:" which pipx head -n 1 $(which pipx)

echo "\npipx list:" pipx list