I\'ve got Pycharm 4 running on my Linux (Ubuntu 14.04) machine. In addition to the system python, I\'ve also got Anaconda installed. Getting the two to play nicely togethe
this might be repetitive. I was trying to use pycharm to run flask - had anaconda 3, pycharm 2019.1.1 and windows 10. Created a new conda environment - it threw errors. Followed these steps -
Used the cmd to install python and flask after creating environment as suggested above.
Followed this answer.
Obviously kept the correct python interpreter (the one in the environment) everywhere.