Skip to content

Instantly share code, notes, and snippets.

@slav0nic
Last active March 10, 2024 02:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slav0nic/791d7ddd2c834479da126eb6fd16951a to your computer and use it in GitHub Desktop.
Save slav0nic/791d7ddd2c834479da126eb6fd16951a to your computer and use it in GitHub Desktop.
rebuild system uwsgi python3 plugin with more recent python version
# 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 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment