brettcannon / python-azure-web-app-cookiecutter

Cookiecutter template for a Python site on Azure Web Apps
MIT License
6 stars 2 forks source link

wrong path to python #5

Closed sdementen closed 7 years ago

sdementen commented 7 years ago

When using python 3.5.3 extension, the cookiecutter generates the path D:\home\python353\python.exe but the path to be used is D:\home\python35\python.exe. This may have changed recently...

brettcannon commented 7 years ago

I just got back from vacation but I will try to have a look at this next week.

brettcannon commented 7 years ago

Should be all fixed now. It turns out Jinja 2.9 made a change which broke the templating used to calculate the version number for paths.