pwnlandia / mhn

Modern Honey Network
GNU Lesser General Public License v2.1
2.42k stars 631 forks source link

Running the Command Prompt in Ubuntu #858

Open Uk49582 opened 1 year ago

Uk49582 commented 1 year ago

Error found:

./install.sh: line 63: pip: command not found

Please help.

roxyd commented 1 year ago

Do you have pip installed on your box?

roxyd commented 1 year ago

You may need to install pip3 actually and then change all references to pip in the install script (and other scripts) to pip3

wrharding commented 7 months ago

Are you still experiencing this issue @Uk49582? Which version of Ubuntu are you running?