kickthemout icon indicating copy to clipboard operation
kickthemout copied to clipboard

sudo -H pip3 install -r requirements.txt Doesn't work

Open memefrog19 opened this issue 3 years ago • 3 comments

Hello, I would like to ask why, when I write this display to the terminal sudo -H pip3 install -r requirements.txt terminal write command not found please help i used kali linux 2020.2

memefrog19 avatar Jul 08 '20 13:07 memefrog19

Do this command :

while read line; do pip3 install $line; done < requirements.txt

this solve it maybe.

rebl0x3r avatar Jul 08 '20 23:07 rebl0x3r

or sudo su pip install scapy pip install python-nmap pip install netifaces

urmommy-c avatar Aug 25 '20 17:08 urmommy-c

Cmon' Just do sudo pip3 install -r requirements.txt Don't use -H

NightSling avatar Sep 08 '20 13:09 NightSling