I installed pip on Windows by downloading http://pypi.python.org/packages/source/p/pip/pip-1.0.2.tar.gz#md5=47ec6ff3f6d962696fe08d4c8264ad49 and running python setup.py install
Installation went fine with no errors.
But when I tried installing selenium package with it, it gives me the following error –
pip install -U selenium
Unknown option: u
Unknown or unsupported command 'install'
Where I’m making the mistake?
Do you happen to have the Perl pip lying around somewhere?
Sounds like the problem described here:
https://github.com/mike-perdide/gitbuster/issues/62
To check, in Windows command prompt execute:
This will potentially output the following:
If so, this is your problem. Unistall Strawberry Perl or use the full path to python pip.