Remix.run Logo
WhyNotHugo 14 hours ago

What kind of "non-technical" person is fine with using "pip install …", but not "go install …"?

mbreese 12 hours ago | parent [-]

The kind of person who only knows Python or has learned a bit by following a Python tutorial. There are a lot more resources for people who are just starting to learn programming in Python. I can also see a use-case where there is an image with pip installed, but not any of the Golang packages.

It’s kind of niche, but I can see a place for it.