Skip to content

Commit

Permalink
Append to pythonpath instead of setting it
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantinos Kallas <konstantinos.kallas@hotmail.com>
  • Loading branch information
angelhof committed Jun 18, 2022
1 parent 6e2ecba commit a1c9463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export PASH_TOP=${PASH_TOP:-${BASH_SOURCE%/*}}
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib/"
# point to the local downloaded folders
export PYTHONPATH=${PASH_TOP}/python_pkgs/
export PYTHONPATH="${PASH_TOP}/python_pkgs/:${PYTHONPATH}"
## Register the signal handlers, we can add more signals here
trap kill_all SIGTERM SIGINT

Expand Down

0 comments on commit a1c9463

Please sign in to comment.