Uv's killer feature is making ad-hoc environments easy
11–20 of 428 posts
Re: Uv's killer feature is making ad-hoc environments easy
#12Re: Uv's killer feature is making ad-hoc environments easy
#13I've replaced the linkbait title with an attempt at saying what the feature is. If there's a more accurate wording, we can change it again.
Re: Uv's killer feature is making ad-hoc environments easy
#14I really like uv, and it's the first package manager for a while where I haven't felt like it's a minor improvement on what I'm using but ultimately something better will come out a year or two later. I'd love if we standardized on it as a community as the de facto default, especially for new folks coming in. I personally now recommend it to nearly everyone, instead of the "welllll I use poetry but pyenv works or you…
Re: Uv's killer feature is making ad-hoc environments easy
#15I really like uv, and it's the first package manager for a while where I haven't felt like it's a minor improvement on what I'm using but ultimately something better will come out a year or two later. I'd love if we standardized on it as a community as the de facto default, especially for new folks coming in. I personally now recommend it to nearly everyone, instead of the "welllll I use poetry but pyenv works or you…
The only way to justify VC money is a plot to take over the ecosystem and then profit off of a dominant position. (e.g. the Uber model)
I've heard a little bit about UV's technical achievements, which are impressive, but technical progress isn't the only metric.
Re: Uv's killer feature is making ad-hoc environments easy
#16I wish there was a way to either shebang something like this or build a wheel that has the full venv inside.
Re: Uv's killer feature is making ad-hoc environments easy
#17Re: Uv's killer feature is making ad-hoc environments easy
#18I love this, the biggest problem I have right now with python scripts is distributing my single file utility scripts (random ops scripts). I wish there was a way to either shebang something like this or build a wheel that has the full venv inside.
Re: Uv's killer feature is making ad-hoc environments easy
#19I really like uv, and it's the first package manager for a while where I haven't felt like it's a minor improvement on what I'm using but ultimately something better will come out a year or two later. I'd love if we standardized on it as a community as the de facto default, especially for new folks coming in. I personally now recommend it to nearly everyone, instead of the "welllll I use poetry but pyenv works or you…
I never used anything other than pip. I never felt the need to use anything other than pip (with virtualenv). Am I missing anything?
Re: Uv's killer feature is making ad-hoc environments easy
#20I love this, the biggest problem I have right now with python scripts is distributing my single file utility scripts (random ops scripts). I wish there was a way to either shebang something like this or build a wheel that has the full venv inside.
uv has support for it: https://docs.astral.sh/uv/guides/scripts/#running-a-script-w... (which only helps if your team is all in on uv, but maybe they are)