I am working on a project that includes a scraping part and a web part. I use the scrapy framework for scraping, flash frames for the web.
Is it possible to configure PyCharm within the same project to use 2 interpreters, one 2.7 for the part for screening and one 3.x for the flask?
source share