logoalt Hacker News

WhyNotHugoyesterday at 11:11 PM1 replyview on HN

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


Replies

mbreesetoday at 1:50 AM

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.