I would like to be able to open a bash prompt with the nRF Connect SDK (NCS) v2.0.0 toolchain environment loaded without going through Toolchain Manager ("open bash" option).
Using NCS v1.9.1, I would run "git-bash.exe" located in the "v1.9.1/toolchain" folder. A bash prompt would open, the current directory would be the root NCS v1.9.1 folder, and I could run west commands just fin.
Using NCS v2.0.0, I run "git-bash.exe" located in the "toolchains/v2.0.0" folder. A bash prompt opens, but the current directory is "/" (the "toolchains/v2.0.0" folder) and when I run west, I get a "command not found" error. I also tried running "git-cmd.exe", which opens a command prompt, but again west is not recognized as a command.
For NCS v2.0.0, using Toolchain Manager to open bash or open command prompt works just fine.
Any suggestions? Is this a defect in NCS v2.0.0?
Thanks!