Skip to content

Commit

Permalink
Put ~/.local/bin on PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jbytheway committed Apr 12, 2020
1 parent c8daea6 commit d5cf17a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ function run_tests

date +%s > build-start-time

# We might need binaries installed via pip, so ensure that our personal bin dir is on the PATH
export PATH=$HOME/.local/bin:$PATH

if [ -n "$TEST_STAGE" ]
then
build-scripts/lint-json.sh
Expand Down

0 comments on commit d5cf17a

Please sign in to comment.