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

pip3 install -r requirements crashes OSCP student vm #19

Closed
redxking opened this issue Aug 7, 2019 · 1 comment
Closed

pip3 install -r requirements crashes OSCP student vm #19

redxking opened this issue Aug 7, 2019 · 1 comment

Comments

@redxking
Copy link

redxking commented Aug 7, 2019

So I have attempted to do this 5 times now. every time I install pip3 I get a corrupted file which causes any HTTP method to crash, which then causes my system to not even allow me to recover.

@Tib3rius
Copy link
Owner

Hi @redxking,

Please try running the following to install pip3 without touching apt:

$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
$ python3 get-pip.py

You should then be able to use pip3 as per usual.

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

2 participants