azure-search-openai-demo
azure-search-openai-demo copied to clipboard
Update prepdocs.sh to use python3
Purpose
It's generally safer to use python3 than python since the latter is an alias (and does not work on my Mac). python3 should exist, however, if Python 3 is involved.
Does this introduce a breaking change?
[ ] Yes
[X] No
Pull Request Type
What kind of change does this Pull Request introduce?
[X] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
How to Test
- Run
azd upon Mac - Don't see error about python: command not found