-
Notifications
You must be signed in to change notification settings - Fork 468
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
potential command to add to the install scripts (develop branch) #473
Comments
Most of the time pip won't interfere with what it is installing as of now. We are not having an issue with pip 6.0.8 . Upgrading pip at the start can be implemented. |
IMO keeping in mind the issue #474, we should atleast add these:
|
Sounds good to me, but please let's 1st:
Maybe something like: Delete /usr/lib/python2.7/dist-packages/setuptools.egg-info? (y/n) Then, if "yes" is chosen:
Because of all of the above, the "mv" command might be a better way than 2015-06-25 14:05 GMT+02:00 Viyat Bhalodia notifications@github.com:
Abraham Aranguren |
Ok, I'll change that bit :) |
@delta24 Is this issue closed thanks to your commit? |
Yes |
Should we run the following command towards the beginning of the Kali installer?
pip install --upgrade pip
Reasoning:
There are a bunch of warnings like the following when you install OWTF in the latest Kali, and maybe things work more smoothly after this?
You are using pip version 6.0.8, however version 7.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
The text was updated successfully, but these errors were encountered: