Enhance resolving of source files

This commit is contained in:
Manuel Thalmann 2023-03-16 20:06:14 +01:00
commit c7b345c034
12 changed files with 70 additions and 71 deletions
scripts/Software/Python

View file

@ -1,4 +1,5 @@
#!/bin/bash
dir="${BASH_SOURCE%/*}";
source "$dir/setup.sh";
source "$dir/pyenv.sh";
pushd "${BASH_SOURCE%/*}";
source "./setup.sh";
source "./pyenv.sh";
popd;