I created a virtualenv for my webapp. But I also want to be able to run a separate script in that virtualenv (for testing purposes). How do I run a script in my virtualenv?
And the reverse question too: How do I try running my webapp outside my virtualenv?
Thanks for any help. I'm a new to pythonanywhere and a newb to full stack programming.