I am brand new to python and trying to use it for the first time. I have installed python 3.9.4 and am trying a super simple script:
python3 -m pip --version
But python is returning a syntax error. What am I doing wrong? The python terminal shows the following:
>>> python3 -m pip --version
File "<stdin>", line 1
python3 -m pip --version
^
SyntaxError: invalid syntax
support