mbed-cli is broken on MacOS Catalina
Open
Jira status: OPEN
mirrored
type: bug
- Dominant language
- Python
- Stars
- 339
- Forks
- 187
- PR merge metrics
- No merged PRs in 30d
Description
When I installed MacOS Catalina the MBEDCLI stopped working.
I made a HACK by changing the path to the Terminal.app in the file:
The file /Applications/MBEDCLI.app/Contents/Resources/script
# open Terminal and call run-mbed-cli.sh, use Popen instead of subprocess.call to pass in environment variables
subprocess.Popen(
["/usr/bin/open", "--fresh", "-a", "/System/Applications/Utilities/Terminal.app", "source/run-mbed-cli.sh"]
)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.