Enhance resolving of source files
This commit is contained in:
parent
0f91200315
commit
c7b345c034
12 changed files with 70 additions and 71 deletions
scripts/Software/Python
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue