Elektrine lite

← Feed

@blumlaut@hounds.online

Post #853524

2026-03-27 20:05 UTC

which of the 9999 knobs do i have to turn for pip to do literally anything as any normal human would design things (such as not writing huge binaries into /tmp, a directory that every modern linux distro makes a tmpfs)

Replies (1)

  • @KayOhtie@blimps.xyz 2026-03-27 20:07

    @blumlaut It's... writing there? o.O that's unusual. Usually it wants to either write to root install stupidly despite not allowing being run as root, OR using in a virtualenv. If you use pyenv to install python and pip it behaves nicer and just puts it in pyenv's prefix paths. I think 'uv' is starting to kind of replace it but I haven't used it yet. Pip really is frustrating now with its default behavior basically being useless in a given directory without options being specified. (I think pip --user install or pip install --user might work too)

    Open ##853532