cross-posted from: https://programming.dev/post/17866168
Hi,
I have quite few
venvthat run gunicorn.I would like to reuse
gunicornfor othervenvI launch my web application like this
#PWD = venv dir source ./bin/activate gunicorn A_WebApp:app #A_WebApp is my python file A_WebApp.pyI supposes that
gunicornis a shell program ? if yes I should use$PATH?
orgunicornis a Python program only ? and then what I should do to use gunicorn in anothervenv?Thanks.
You must log in or register to comment.
