mbed-cli: [OOB_5_4] a wrong path is set by windows installer 0.33
I uninstalled following software manually, and cleaned environmental variable “path”. python, mercurial, git, mbed-cli, Serial drivers then downloaded windows installer 0.33 and ran. https://mbed-media.mbed.com/filer_public/0d/2a/0d2ae854-a9d8-4bfa-b23b-f6ca89394333/mbed_installer_v033_cli_v100.exe
the installer add C:\mbed-cli\python\;C:\mbed-cli\python\Scripts;
into environmental variable “path”.
but the mbed.exe/mbed-cli.exe are located under C:\mbed-cli\workspace\Scripts
.
therefore when I type mbed at Command Promt, I got following error.
‘mbed’ is not recognized as an internal or external command
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 25 (5 by maintainers)
Agreed. I do not want to mess with the system path on a permenant basis.
That said, this whole thing will get much easier once mbed CLI is not a python VE but a .exe or .app file. Then I would support adding the folder path to the env path.