EvilOSX icon indicating copy to clipboard operation
EvilOSX copied to clipboard

sudo pip command not found

Open jamesbrunke opened this issue 6 years ago • 2 comments

Im probably doing something stupid, but when I run this command it comes back that it can't be found. Should I already have python installed for this to work?

jamesbrunke avatar Feb 16 '19 17:02 jamesbrunke

Yes. This is a Python project, so how could it run without Python? This is a nonissue

kodifiera99 avatar Mar 15 '19 12:03 kodifiera99

You have to install pip, if your version of python does not come with pip. How to install on Mac: https://www.youtube.com/watch?v=yBdZZGPpYxg How to install on Windows: https://www.makeuseof.com/tag/install-pip-for-python/

EthanLeitch avatar Mar 23 '19 04:03 EthanLeitch