logoalt Hacker News

pjmlpyesterday at 6:19 PM1 replyview on HN

What a great developer experience out of the box!


Replies

larkostyesterday at 7:17 PM

I was going to comment that any sort of script that you are using in multiple environments probably should have all of the paths completely written out. I usually try to do this myself as I have gotten burned by binaries from unexpected paths on new systems a number of times.

But then I realized that the point of this project is to make it easy to write scripts that can be used on multiple OSs... and that is going to make fully-qualified paths possibly a nightmare. Anyone know if these get put at `/bin/`?

show 2 replies