# apt install uwsgi uwsgi-core python3.8-dev
# apt install uwsgi-src
# cd /usr/src/uwsgi
# PYTHON=python3.8 uwsgi --build-plugin "plugins/python python38"
# cp python38_plugin.so /usr/lib/uwsgi/plugins/
# uwsgi --plugin python38 ...
Last active
March 10, 2024 02:20
-
-
Save slav0nic/791d7ddd2c834479da126eb6fd16951a to your computer and use it in GitHub Desktop.
rebuild system uwsgi python3 plugin with more recent python version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment