func verions v0.46.3
$ func create -l python sentiment-analysis-app
$ cd sentiment-analysis-app
$ func run -v
mkdir -p /var/folders/0x/lsrcyczd1yn3gggn6w9yc68m0000gn/T/tmp.15goFVNxjx/sentiment-analysis-app/.func/runs/64467
cd /var/folders/0x/lsrcyczd1yn3gggn6w9yc68m0000gn/T/tmp.15goFVNxjx/sentiment-analysis-app/.func/runs/64467
python -m venv .venv
Error: exec: "python": executable file not found in $PATH
If I run func build then func run it uses the docker image.
I think i might have expected the func cli to use python3 as a fallback?