diff --git a/grex.sh b/grex.sh index f19aef6..773ad5d 100755 --- a/grex.sh +++ b/grex.sh @@ -324,7 +324,7 @@ function t1_cmd() { function t2_cmd() { Os:require "poetry" "pipx install poetry" Os:require "taskset" "util-linux" - echo -e "cd $t2_path; taskset -c 10-14 poetry run startT2 --outroot $t2_cand_path --db-path $db_path" + echo -e "export PATH="$HOME/.local/bin:$PATH"; cd $t2_path; taskset -c 10-14 poetry run startT2 --outroot $t2_cand_path --db-path $db_path" } ##################################################################### @@ -1278,4 +1278,4 @@ if [[ $sourced -eq 0 ]]; then else # just disable the trap, don't execute Script:main trap - INT TERM EXIT -fi \ No newline at end of file +fi