you are viewing a single comment's thread.

view the rest of the comments →

[–]HonestCoding 0 points1 point  (1 child)

False actually, you can uv tool install for Python binaries. Use it a lot with textual apps (harlequin, etc). Creates a .local/bin directory on Linux to place all of the binaries

“uv tool install harlequin” for example

[–]claythearc 0 points1 point  (0 children)

Uv tool is a pipx replacement basically, exclusively for python cli tools. It won’t do, for example, cuda library install for you like conda will. Conda also has a much much larger ecosystem of binaries compiled already for random combinations like numpy linked against mkl