ExLisper@linux.community to Programmer Humor@lemmy.mlEnglish · 1 year agoPackage managers be likelinux.communityimagemessage-square155fedilinkarrow-up1386arrow-down194file-text
arrow-up1292arrow-down1imagePackage managers be likelinux.communityExLisper@linux.community to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square155fedilinkfile-text
minus-squareCapeWearingAeroplane@sopuli.xyzlinkfedilinkarrow-up4arrow-down2·1 year agoI have to agree, I maintain and develop packages in fortrat/C/C++ that use Python as a user interface, and in my experience pip just works. You only need to throw together a ≈30 line setup.py and a 5 line bash script and then you never have to think about it again.
I have to agree, I maintain and develop packages in fortrat/C/C++ that use Python as a user interface, and in my experience pip just works.
You only need to throw together a ≈30 line
setup.py
and a 5 line bash script and then you never have to think about it again.