EvilOSX
EvilOSX copied to clipboard
sudo pip command not found
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?
Yes. This is a Python project, so how could it run without Python? This is a nonissue
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/