ARMmbed / ARMmbed/mbed-cli

mbed-cli is broken on MacOS Catalina

Open
#930 18 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.