_____@lemm.eetoPython@programming.dev•Installing gunicorn once on the OS and reuse it between venv ?English
1·
3 months agoI don’t think it’s dirty if you manage your requirements across these environments with care, but I’d ask for what they mean
I don’t think it’s dirty if you manage your requirements across these environments with care, but I’d ask for what they mean
If A_WebApp is truly the python file and app is some python symbol then you should be able to make gunicorn in another venv and call your script as such:
path/to/venv/bin/python gunicorn A_Web_App:app
Those certainly are some opinions.
I’ve recently looked at SQL style guides and regretfully, I hate all of them.