Tom Lee-Gough



Flask and Apache

I have been getting my various projects in order so that they are publically accessible on my server. I am familiar-ish with Apache, so was using Apache and WSGI to serve the Flask projects.

Within the .wsgi file, there is a command to activate the virtual environment. For some reason, this is not included in the venv package. Apparently, if you use virtualenv it works.