UWSGI embedding python interpreter

I read here so you can embed python scripts, configurations and templates / directories in uWSGI.

Is it possible to also embed the python interpreter itself (like PyInstaller) in the uWSGI binary? Maybe if you include the full virtualenv root directory? How would you determine which python binary to run scripts under?

+3


source to share





All Articles