Remix.run Logo
rfoo 6 days ago

For me it's my most used super long command line flag.

For a brief moment `--break-system-packages` surpassed it, then I discovered `pip` accepts abbrev flags so `--br` is enough, and sounds like bruh.

IshKebab 6 days ago | parent [-]

> --break-system-packages

You can avoid that clusterfuck using `uv tool install`. E.g. `uv tool install pre-commit`.

zahlman 5 days ago | parent [-]

It's also not hard to just manage a damn virtual environment yourself.

IshKebab 5 days ago | parent [-]

That doesn't really work for tools that you want to be available everywhere.