Change `sudo pip install` to `pip install --user`
You never need elevated permissions for pip. To install at the user level, use the `--user` flag. There is too much wanton use of `sudo` online, we all need to collectively be more careful about the instructions we provide to users. Thanks for this linter!pull/99/head
parent
503bde9e70
commit
2f424e3444
Loading…
Reference in New Issue