I created a new app service on my Azure account. When I created the app service I choose that I want it to run Python 3.9 (The newest version possible). I enter the configuration menu on my app service and I saw it run Python 3.9 I created my app and now I want to deploy it to the Azure app service, but when I enter to azure kudu command line, I enter the BASH command line typed "python -V" I get "Python 2.7.16" and python3 -V I get "Python 3.7.3"
The problem Is I developed my app on my mac which is Python "3.9.12". Should I downgrade the python on my Mac?
How do I do this?
Thank you, Tal