An unbiased evaluation of environment management and packaging tools (alpopkes.com)
from norambna@programming.dev to python@programming.dev on 10 Nov 2023 19:44
https://programming.dev/post/5690091

via hachyderm.io/@thejtoken/111387662231008094

#python

threaded - newest

milliams@lemmy.world on 10 Nov 2023 22:57 next collapse

I was interested to learn about Rye. I’m definitely though to have to give it a go.

gamatainer@lemm.ee on 11 Nov 2023 13:48 next collapse

I also started using rye because of this, and it looks great. All I’ve ever used in the past is virtualenv and venv. Rye is great in that it lets you pin a python version, install packages, auto switches your venv for you. Really nice project that has solved some recent problems for me.

SatouKazuma@lemmy.world on 11 Nov 2023 18:39 collapse

Damn that does sound nice. I’ll have to give it a whirl.

Corbin@programming.dev on 11 Nov 2023 23:39 collapse

It’s a little surprising to see Conda mentioned but not Nix.