Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip2: command not found ....... please can you help me with this #234

Open
whiza opened this issue Aug 21, 2021 · 4 comments
Open

pip2: command not found ....... please can you help me with this #234

whiza opened this issue Aug 21, 2021 · 4 comments

Comments

@whiza
Copy link

whiza commented Aug 21, 2021

┌──(xa㉿kali)-[~/SigPloit]
└─$ sudo pip2 install -r requirements.txt
[sudo] password for xa:
sudo: pip2: command not found

@giacomoarienti
Copy link

debian:
sudo apt-get install python2-pip

@whiza
Copy link
Author

whiza commented Aug 28, 2021

Unable to locate package python2-pip

@Yami-Kira
Copy link

Hey @xayo1122
pip2 is dead , no longer supported or exist, pip is now pip3.
It's quite an annoying solution but, works.
You have to go to pypi.org, and download each lib source file (lib.tar.gz found in "Download files"), unzip it (tar -xf lib.tar.gz)
cd to the now lib directory and
python2 setup.py install (as root, or sudo )

@arafat0009
Copy link

Bro can we use the tools without HackRF device

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants