So I have followed a couple of posts here such as this.
So I have installed python 3.6 with Anaconda. Then I went into the PATH and I inserted the path to Python.
So now when I type into the cmd "python" I get the response
Python 3.6.3 |Anaconda custom (64-bit)| (default, Oct 15 2017, 03:27:45) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
However if I type in "python3" I get the usual problem
'python3' is not recognized as an internal or external command,
operable program or batch file.
Why is that?