top | item 45630938

(no title)

lucsky | 4 months ago

Because despite what the tagline says it's not a package manager, but a project manager.

discuss

order

mrcjkb|4 months ago

Lux helps you install and create/maintain packages. Linting is a useful step in the creation of packages.

Pip lets you create virtual environments. Does that mean it's an environment manager, not a package manager?

(╭ರ_•́)

Crestwave|4 months ago

It doesn't, no? You create virtual environments using Python's venv module, not pip. The newer alternatives like uv do handle it, though.