I've been following the Getting Started guide successfully, till I came to the section where I am supposed to install Python packages. The thing is that there was no previous mention of installing the Python itself. What I don't understand is whether this is supposed to be the Python instance installed on the Windows host OS, or whether it refers to a Python instance installed within msys2 using some package manager (pacman?). Either way, I think that this section could use some improvements.
Anyway in my case,
Code: Select all
python --version
Code: Select all
-bash: python: command not found
Thanks