Hacker News new | ask | show | jobs
by filereaper 1347 days ago
Can't tell you how often I've run: `pip install aws`

This installs a library by some authors not affiliated with AWS.

Instead of: `pip install awscli`

Which is what you expect.

1 comments

I'm frequently worried that I'm going to install malware on my machine doing this one of these days.