theFibonacciEffect

joined 1 year ago
[–] [email protected] 15 points 1 year ago (10 children)

Wohoo, auf zum nächsten Faden

[–] [email protected] 11 points 1 year ago

Wir brauchen Stock memes

[–] [email protected] 1 points 1 year ago (1 children)

I googled "stock photos ", maybe my Google search is strange XD

[–] [email protected] 19 points 1 year ago (2 children)

Spanish or vanish

[–] [email protected] 2 points 1 year ago

A Wizard can say one avada kedavera in 4 seconds, a machine gun can shoot one bullet in 0.2 seconds.

[–] [email protected] 25 points 1 year ago (1 children)

So we need to post more? So that fewer are missing?

[–] [email protected] 20 points 1 year ago

Me in LaTeX: [H!], please be where I want you to be!

[–] [email protected] 2 points 1 year ago (2 children)

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.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

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.

[–] [email protected] 1 points 1 year ago (5 children)

If you want to export your local environment, isn't usually a requirements.txt used?

[–] [email protected] 5 points 1 year ago (9 children)

Pip stores everything inside of some random txt file that doesn't differentiate between packages and dependencies.

[–] [email protected] 2 points 1 year ago

That is extremely tragic

view more: ‹ prev next ›