donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.56k stars 438 forks source link

Recommend usage of `--user` instead of `sudo` for pip installation #146

Closed Calinou closed 3 years ago

Calinou commented 6 years ago

sudo is not required to run pip3 install when performing user-wide installations, so it's more secure not to use sudo here (and faster for end users, since they don't need to type their password anymore).

This also switches to the official spelling for macOS and Linux.

codecov-io commented 6 years ago

Codecov Report

Merging #146 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #146   +/-   ##
=======================================
  Coverage   95.07%   95.07%           
=======================================
  Files          34       34           
  Lines        2112     2112           
=======================================
  Hits         2008     2008           
  Misses        104      104