mickkc@lmy.ndu.wtf to Programmer Humor@lemmy.mlEnglish · 5 hours agoThank you IntelliJlmy.ndu.wtfimagemessage-square18fedilinkarrow-up128file-text
arrow-up128imageThank you IntelliJlmy.ndu.wtfmickkc@lmy.ndu.wtf to Programmer Humor@lemmy.mlEnglish · 5 hours agomessage-square18fedilinkfile-text
I was just editing my Dockerfile and suddenly IntelliJ showed me the message “No” without any context.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up6·4 hours agoyes, and give uv a try https://docs.astral.sh/uv/getting-started/installation/ uv init + project management commands uv add, uv remove, uv sync, uv run my_spaghetti.py, … you probably don’t need pip or uv pip commands and here’s how to use it in docker https://docs.astral.sh/uv/guides/integration/docker/
minus-squareBlameTheAntifa@lemmy.worldlinkfedilinkarrow-up2·2 hours agoUV’s parent company was purchased by OpenAI. I recommend Poetry instead.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·1 hour agoI used poetry for years before uv, but uv is just a better tool. If openai enshittifies it, I have no doubt it’ll be forked instantly.
minus-squareBlameTheAntifa@lemmy.worldlinkfedilinkarrow-up1·1 hour agoThink about what they get by controlling a popular package manager. Think about what you give them. You will not feel the consequences directly.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up2·1 hour agowhat I do feel is how slow poetry is for resolving dependencies
minus-squaremickkc@lmy.ndu.wtfOPlinkfedilinkarrow-up1·edit-23 hours agoThat looks really convenient, especially when installing and switching Python versions. I’ll keep that in mind. Thanks!
yes, and give
uva tryhttps://docs.astral.sh/uv/getting-started/installation/
uv init+ project management commandsuv add,uv remove,uv sync,uv run my_spaghetti.py, …you probably don’t need
piporuv pipcommandsand here’s how to use it in docker
https://docs.astral.sh/uv/guides/integration/docker/
UV’s parent company was purchased by OpenAI.
I recommend Poetry instead.
I used poetry for years before uv, but uv is just a better tool. If openai enshittifies it, I have no doubt it’ll be forked instantly.
Think about what they get by controlling a popular package manager. Think about what you give them.
You will not feel the consequences directly.
what I do feel is how slow poetry is for resolving dependencies
That looks really convenient, especially when installing and switching Python versions. I’ll keep that in mind. Thanks!