DEV Community

Discussion on: 3 Common Mistakes that Python Newbies Make

Collapse
 
codemouse92 profile image
Jason C. McDonald • Edited

You forgot my 'favorite'!

sudo pip install ...

Perhaps the best book I've ever read on this subject is How to Make Mistakes in Python by Mike Pirnat, a free eBook from O'Reilly [not to be confused with O'Rly ;) ]

Collapse
 
rpalo profile image
Ryan Palo

Ah! I haven’t read that one! Thank you!! It’s on the list. 😃

Collapse
 
moopet profile image
Ben Sinclair

General case of using sudo for every command.