Skip to content

Update uwsgi.ini for UV virtual environment#167

Merged
tarekio merged 1 commit intomainfrom
fix-uwsgi-uv-migration
Aug 27, 2025
Merged

Update uwsgi.ini for UV virtual environment#167
tarekio merged 1 commit intomainfrom
fix-uwsgi-uv-migration

Conversation

@level09
Copy link
Collaborator

@level09 level09 commented Aug 27, 2025

Summary

  • Update uwsgi.ini virtualenv path from env to .venv to align with UV migration
  • Fixes deployment issues where UWSGI can't find Python environment after UV migration

Background

The recent UV migration changed the virtual environment location from env/ to .venv/, but uwsgi.ini still referenced the old path, causing service startup failures.

Changes

  • Updated virtualenv=env to virtualenv=.venv in uwsgi.ini

Update virtualenv path from 'env' to '.venv' to align with UV migration.
This fixes deployment issues where UWSGI can't find the Python environment
after migrating from pip to UV package management.
@level09 level09 self-assigned this Aug 27, 2025
@tarekio tarekio merged commit bb9148b into main Aug 27, 2025
7 checks passed
@tarekio tarekio deleted the fix-uwsgi-uv-migration branch August 27, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants