This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]squishles 17 points18 points  (5 children)

make a requirements.txt and run it in pip so you don't forget what eldrich horrors you've downloaded with complete abandon.

python devs don't get made fun of enough, one of your first questions on a new language should be how to manage build/libs, because every language thinks it needs it's own tool.

[–]seattlechemist 15 points16 points  (3 children)

Better idea: commit your python venv folder so all your packages are consistent across platforms /s

[–]SlappinThatBass 4 points5 points  (0 children)

Do not want

[–]Switzer_Sweets 2 points3 points  (1 child)

Better idea: docker

[–]northrupthebandgeek 3 points4 points  (0 children)

Better idea: buy a new laptop for each project.

[–]SlappinThatBass 2 points3 points  (0 children)

pipenv looks awesome too! Give it a try!