Duroktar / Wolf

Wolf is a VsCode extension that enables live inspection of Python code in the editor.
Other
129 stars 7 forks source link

possibility of using wrong pip / pip not in PATH #37

Closed Almenon closed 6 years ago

Almenon commented 6 years ago

The user might have the python 2 pip or not have pip in the path at all. As alex suggested here, it's better to use

python -m pip install whatever

I'll fix it and submit a pull request

Duroktar commented 6 years ago

Woohoo! Thank you very much, I've been so busy lately Wolf has kinda fallen off my radar. I apologize. I'll merge this in and push a new release as soon as I can. Thanks a ton @Almenon :100: