forked from github/multus-cni
Detect python3
fixes https://github.com/k8snetworkplumbingwg/multus-cni/issues/880
This commit is contained in:
parent
70c970cd6e
commit
ac6757b9cc
@ -83,7 +83,7 @@ function warn()
|
|||||||
log "WARN: {$1}"
|
log "WARN: {$1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
if ! type python3 &> /dev/null; then
|
if type python3 &> /dev/null; then
|
||||||
alias python=python3
|
alias python=python3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user