I downloaded CMake version 3.3 something and I unzipped it, and I added it to my path and vscode cmake path and when I do “cmake --version” in the terminal it says “CMake is not an operatable batch file, …” but, it does come up with the version when I use normal command prompt not VSC terminal, please help?!
Your VSC terminal does not have a cmake binary in PATH
, that’s what the error means. Either you’re finding a separate CMake binary in your external shell (from a Visual Studio install maybe?), or your VSC terminal is inheriting a different environment.
I might have two instances of CMake installed?
Bad CMake executable: "C:\Users\.../.pico-sdk/cmake/v3.31.5/bin/cmake". Check to make sure it is installed or the value of the "cmake.cmakePath" setting contains the correct path
Should I delete that one inside of the Pico SDK?