Almenon/birdseye-vscode

show user error if pip is not installed

Closed this issue · 1 comments

user is not informed when pip command fails

spawn pip ENOENT: Error: spawn pip ENOENT

workaround: user is likely to wonder why installation is taking so long and decide to install manually instead. When installing manually they would find out that pip is not installed.

Also I would assume only a small percentage of users would not have pip installed.