Starting with Python

Hello everyone! I’ve installed python on my pc, but when I try to write this

python -m ensurepip --default-pip

in the terminal, it says to me:

SyntaxError: invalid syntax

What should I do? Thanks

Hi @Phil - Are you sure you are in a terminal command shell and not in the python interpreter? :upside_down_face: