I want to run the Flask application. I installed virtualenvwrapper for package management, but I cannot let Atom know that this project should use virtualenv python binary.
from flask import Flask, render_template
Using the runter Atom script, I get "ImportError: No module named flask".
I do not want you to have to go to the terminal to run the application
source share