faulkmore

joined 6 months ago
[โ€“] [email protected] 1 points 1 week ago (3 children)

@Andy The convention is to place the venv in a .venv/ sub folder. Follow the convention!

This is shell agnostic

Learn pyenv and minimize shell scripts (only lives within a Makefile).

Shell scripts within Python packages is depreciated

[โ€“] [email protected] 1 points 1 week ago (1 children)

@Andy @xantoxis

The issue with uv is the same biggest issue that Python faces, maintenance costs.

Python coders are not Rust coders. Which is quite the head scratcher.

Learning Rust techstack creates an enormous barrier to entry when it comes to adopting, uv.

uv main advantage is not speed, it's the override for resolving dependency hell

If it didn't bring something more to the table, besides speed, no one would care