I'm learning python right now. I installed Pip and everything seemed correct in the instalation but when I executed any command from Pip such as pip install (path) it gave errors such as:
Traceback (most recent call last): File "", line 1, in
or
SyntaxError: invalid syntax
Can anyone help me please?