I have python 2.7 and 3.5 on my machine , and i want start a new project using python 2.7 as a base interpreter, but whenever i do scrapy startproject <project name>
it shows python 3.5 as the template directory,
New Scrapy project 'startproject', using template directory 'c:\\users\\user\\appdata\\local\\programs\\python\\python35-32\\lib\\site-packages\\scrapy\\templates\\project'
so my question is how can i change template directories from 3.5 to 2.7,
any help?