puppet-python icon indicating copy to clipboard operation
puppet-python copied to clipboard

gunicorn always uses Python 2, even when loading from a Python virtualenv

Open prophile opened this issue 10 years ago • 5 comments

Naturally, this breaks some things.

prophile avatar Feb 03 '15 11:02 prophile

Closed in lack of user feedback.

shivapoudel avatar Jul 21 '15 14:07 shivapoudel

I wasn't asked for any further feedback?

prophile avatar Jul 21 '15 14:07 prophile

Cool! reopened

shivapoudel avatar Jul 21 '15 14:07 shivapoudel

Any news on this? It seems that there isn't a way to specify to load gunicorn from a python3 venv

balmas avatar May 04 '16 18:05 balmas

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.

ex5 avatar Mar 07 '17 14:03 ex5