See parent: john/system-config
Defined in ~/.bash_aliases:
alias pipin='pip install --user --break-system-packages'
Use: pipin <package> — installs to user site, bypasses system package protection on Ubuntu 23.10+.
If ISP DNS is blocked or unreliable, route pip through the SOCKS5 proxy:
ALL_PROXY=socks5h://127.0.0.1:1080 pip install --user --break-system-packages <pkg>
socks5h = DNS resolved through the proxy (not locally). Port 1080.
• wsgidav 4.3.3 — local WebDAV test server (DAV class 2 locking)
• cheroot 11.1.2 — WSGI server backend for wsgidav
Installed via: ALL_PROXY=socks5h://127.0.0.1:1080 pip install --user --break-system-packages wsgidav cheroot
• 2026-05-29 — bulk update of ~40 packages across LangChain, Ansible, Google, FastAPI, boto3, crypto, ML stacks; backup taken first