@ExLisper@linux.community to Programmer Humor@lemmy.mlEnglish • 2 years agoPackage managers be likelinux.communityimagemessage-square144fedilinkarrow-up1397arrow-down189file-text
arrow-up1308arrow-down1imagePackage managers be likelinux.community@ExLisper@linux.community to Programmer Humor@lemmy.mlEnglish • 2 years agomessage-square144fedilinkfile-text
minus-square@48954246@lemmy.worldlinkfedilinkEnglish14•2 years agoThat’s pipenv. Pip just has the capability to read and write from a requirements.txt, which is a step that must be taken manually
Pip has Pipfile.lock.
That’s pipenv. Pip just has the capability to read and write from a requirements.txt, which is a step that must be taken manually
Oh right, sorry.