Post #2005149
2026-04-17 21:10 UTC
@txtechnician @bryanredeagle
Agreed, try to use distro repo deps or maybe Homebrew if you can create a linuxbrew user or at least _a_ user can install to /home/linuxbrew/.linuxbrew.
Otherwise, consider using uv's venv provisioner as an idempotent caching mechanism… it'll figure out what's writeable or you can set it.
Replies (1)
-
@txtechnician@mastodon.social 2026-04-17 21:15
@colindean @bryanredeagle I've started running projects in containers to avoid package and venv crap. Just recently, like 1 month ago. So far it's been pretty painless. And I can just have all my stuff in a git repo so I can (and have) set it up on multiple machines with just a few clicks. So much easier than fucking with system packages and version mismatches.