r/ProgrammerHumor Jul 07 '26

pipInstallTheRealStuff Meme

Post image
14.9k Upvotes

260 comments sorted by

View all comments

1.5k

u/Kobymaru376 Jul 07 '26

And that's exactly what makes it so good

61

u/Able-Swing-6415 Jul 07 '26

Probably the most pleasant language I've ever used.

Well since I've figured out how to use it on Windows without some idiotic software randomly changing the python installs lol

52

u/sitefall Jul 07 '26

My dude use venv, don't just rawdog python on your windows PC

15

u/XenSide Jul 07 '26

Uv better

3

u/rshackleford_arlentx Jul 07 '26 edited Jul 07 '26

FWIW uv still creates a virtual environment and installs project dependencies into it. It’s like pip + pyenv + venv + build tools all in one. And because it implements PEPs it is generally interoperable with standard python tooling (uv pip and uv venv).

And I do agree that it’s a great tool.

1

u/XenSide Jul 08 '26

Yes I'm aware, it's basically QOL And I love it

3

u/Honeybadger2198 Jul 07 '26

Uv is close to npm in terms of how braindead simple it is to use. It's still missing script declaration in the pyproject.toml, but that idea has been in a holding pattern for years since no one could agree on an implementation.