12
Installing gunicorn once on the OS and reuse it between venv ?
(programming.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
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
Thank you ! it works !
Actually this is working :
Some other poster, claim it's dirty.. but which problems could it generate ? (if any)
Thanks all !!!!
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