Skip to content

Commit c62629b

Browse files
committed
chore: add python lib path to uwsgi config
1 parent 7201cf2 commit c62629b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uwsgi-config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ master=true
66
workers=4
77
uid=guest
88
gid=users
9-
pythonpath=/app/pod
9+
pythonpath=/app/pod:/home/guest/.local/lib/python3.11/site-packages
1010
wsgi-disable-file-wrapper=true

0 commit comments

Comments
 (0)