‘pip3’ is not recognized as an internal or external command, operable program or batch file
On Windows, it’s a good idea to stick to launching pip via the py.exe common launcher, so you can provide flags to specify which version of Python to use without needing to deal with a complicated PATH. To use it for Python 3, just replace: with: It’s a little bit longer to type, but it avoids a lot of hassles with PATH management, … Read more