Results 10 comments of Mingjie Li

Like the timezone feature of [Clocker](https://apps.apple.com/us/app/clocker/id1056643111?mt=12), it is very useful in business while working internationally. ![image](https://user-images.githubusercontent.com/6889308/66698304-5ce03280-ed0f-11e9-910e-186bb969b4c4.png)

Thank you @rumbletumjum and @poetaman! Here is what I did to make it work on Mac M1 1. Install `gcc` and `icu4c`. ```shell brew install gcc brew install icu4c ```...

@me-no-dev Thanks for the reminder! I added a `Reproduce Steps section. ### Reproduce Steps The issue reproduces in macOS. 1. Add a relative path into the $PATH env var. For...

@me-no-dev The relative path must be added to the `~/.bashrc` (and `~/.zshrc` if you are using Z shell), so that the Arduino IDE can use it to search executables.

@me-no-dev That's interesting, is it possible related to the Arduino IDE version or arduino-esp32 version? I recorded the steps and attached the recording here. https://github.com/espressif/arduino-esp32/assets/6889308/74c0b5f2-450b-4d4b-9dd3-6c5c66e67e96

@me-no-dev Are you reproducing by adding both the relative path and replacing `bash` with `/usr/bin/env bash` at the same time? The latter one is a fix, so in this case...

@me-no-dev I tried several different scenarios today, and finally, found it is related to zsh and seems to have nothing to do with bash at all, I've updated the reproduce...

My zsh version is 5.9, if the default zsh cannot reproduce the problem, please install it by `brew install zsh`. ``` $ zsh --version zsh 5.9 (arm-apple-darwin22.1.0) ```

😂 I have no idea if there is any other difference on my laptop.