Selenium for Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Selenium for Python

I’ve been trying to get selenium but when I write “sudo pip3 install Selenium” I get “‘sudo’ is not recognized as an internal or external command,operable program or batch file. Please help

2nd May 2020, 5:14 AM
Jeremy Cruz
Jeremy Cruz - avatar
4 Answers
+ 3
Just try this: pip install selenium
2nd May 2020, 5:20 AM
Tibor Santa
Tibor Santa - avatar
+ 1
sudo is a linux command that grants you system administrator privilege. If you are on Win or Mac, you most likely have to type a different command.
2nd May 2020, 5:16 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Thank you very much. worked like a charm.
2nd May 2020, 5:21 AM
Jeremy Cruz
Jeremy Cruz - avatar
0
Thing is that when I search it up, all I get is a different operating system. nothing for win
2nd May 2020, 5:17 AM
Jeremy Cruz
Jeremy Cruz - avatar