Fixed
- 🌐 Global pip packages in multi-user mode —
OPEN_TERMINAL_PIP_PACKAGESnow installs to the system-wide site-packages (sudo pip install) whenOPEN_TERMINAL_MULTI_USER=true, so all provisioned users share the same packages. Previously, packages were installed to/home/user/.local/and only accessible to the default user. (#68)