The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program error installing Selenium Python bindings
I am trying to install python selenium pip install selenium
but I get this error:
File "<stdin>", line 1 pip3 install selenium ^^^^^^^ SyntaxError: what is the solution for invalid syntax
Snapshot:
source https://stackoverflow.com/questions/75152111/the-term-pip-is-not-recognized-as-the-name-of-a-cmdlet-function-script-file
Comments
Post a Comment