I'm a beginner programmer, I've made a programme locally, this is the first time trying to host it online. I am following the tutorial: https://help.pythonanywhere.com/pages/InstallingNewModules
When I type pip3.8 install --user pwhich
in the console, I get the following error:
pip3.8 install --user pwhich File "<stdin>", line 1 pip3.8 install --user pwhich ^ SyntaxError: invalid syntax
I am using a 'Python3.8 console' that I created. Am I using the console wrong or is additional setup needed?