Skip to content

Commit

Permalink
Merge pull request #881 from chrisplo/detect-python3
Browse files Browse the repository at this point in the history
Detect python3
  • Loading branch information
dougbtv committed Jul 22, 2022
2 parents 70c970c + ac6757b commit f4c0adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function warn()
log "WARN: {$1}"
}

if ! type python3 &> /dev/null; then
if type python3 &> /dev/null; then
alias python=python3
fi

Expand Down

0 comments on commit f4c0adf

Please sign in to comment.