ExLisper@linux.community to Programmer Humor@lemmy.mlEnglish · 1 年前Package managers be likelinux.communityimagemessage-square161fedilinkarrow-up1421arrow-down196file-text
arrow-up1325arrow-down1imagePackage managers be likelinux.communityExLisper@linux.community to Programmer Humor@lemmy.mlEnglish · 1 年前message-square161fedilinkfile-text
minus-square48954246@lemmy.worldlinkfedilinkEnglisharrow-up15·1 年前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
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.