I think you can just use y and p
- 3 Posts
- 13 Comments
Wow that is impressive
theFibonacciEffect@feddit.deto Programmer Humor@programming.dev•Someone needs to be reminded that anticompetitive practices are illegal11·1 year agoI think it’s about translating cuda to ROCm instructions or something.
theFibonacciEffect@feddit.deto Programmer Humor@lemmy.ml•I see.... finally vim has other purpose than being text editor1·1 year agoWhere does the M come from?
So we need to post more? So that fewer are missing?
Well if the file would be created by hand, that’s very cumbersome.
But what is sometimes done to create it automatically is using
pip freeze > requirements. txt
inside your virtual environment.
You said I don’t need to create this file? How else will I distribute my environment so that it can be easily used? There are a lot of other standard, like setup.py etc, so it’s only one possibility. But the fact that there are multiple competing standard shows that how pip handles this is kinds bad.
If newer versions are released and dependencies change you would still install the old dependencies. And if the dependencies are not stored you can’t reproduce the exact same environment.
If you want to export your local environment, isn’t usually a requirements.txt used?
Pip stores everything inside of some random txt file that doesn’t differentiate between packages and dependencies.
I don’t understand why you hate seeing the same meme twice. Also I don’t think I ever saw it on lemmy. I don’t think it’s a meme that’s reposted all over, because I haven’t seen it on Reddit either and only saw it for the first time when specifically searching for vim memes. If I see a meme more than once and it’s a good meme, I enjoy it. Why do you not do the same?
theFibonacciEffect@feddit.deto Programmer Humor@lemmy.ml•Show your rubber duck debugging ducks8·2 years agoOh that’s cool
Ah yes, all pseudocode is python