Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pycharm multiple interpreters in same project? [duplicate]

Tags:

python

pycharm

I work on a project involving a "scraping" part, and a "web" part. I use scrapy framework for the scraping, flask framework for the web.

Is it possible to configure PyCharm within the same project to use 2 interpreters, one 2.7 for the scrapy part and one 3.x for the flask part ?

like image 229
euri10 Avatar asked Nov 27 '15 16:11

euri10


1 Answers

Apparently you can only have one interpreter per PyCharm project, but you can open multiple projects. If you could split your code base to two projects, this would solve the problem.

like image 181
9000 Avatar answered Sep 19 '22 15:09

9000