puppet-python
puppet-python copied to clipboard
gunicorn always uses Python 2, even when loading from a Python virtualenv
Naturally, this breaks some things.
Closed in lack of user feedback.
I wasn't asked for any further feedback?
Cool! reopened
Any news on this? It seems that there isn't a way to specify to load gunicorn from a python3 venv
It would be great to have an options that would make python::gunicorn
use gunicorn executable installed inside the venv instead of the system-wide gunicorn.
However, it looks like to make it work, python::gunicorn
would have to write its own service/init files instead of using ones that come with system-wide installation of gunicorn, which have paths to the gunicorn executable hardcoded.