Enter dmd lk01.d in vscode, the terminal displays zsh: command not found: dmd, an error is reported, I don't know what the problem is, can it only be run in /Users/mac1094/dmd2/osx/bin?
Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
September 20, 2021 zsh: command not found: rdmd | ||||
---|---|---|---|---|
| ||||
September 20, 2021 Re: zsh: command not found: rdmd | ||||
---|---|---|---|---|
| ||||
Posted in reply to leikang | On Monday, 20 September 2021 at 11:04:42 UTC, leikang wrote: >Enter dmd lk01.d in vscode, the terminal displays zsh: command not found: dmd, an error is reported, I don't know what the problem is, can it only be run in /Users/mac1094/dmd2/osx/bin? How have you installed dmd? |
September 20, 2021 Re: zsh: command not found: rdmd | ||||
---|---|---|---|---|
| ||||
Posted in reply to leikang | On Monday, 20 September 2021 at 11:04:42 UTC, leikang wrote: >Enter dmd lk01.d in vscode, the terminal displays zsh: command not found: dmd, an error is reported, I don't know what the problem is, can it only be run in /Users/mac1094/dmd2/osx/bin? Keep in mind that if you have M1 machine, you cannot use dmd. Download and use |
September 21, 2021 Re: zsh: command not found: rdmd | ||||
---|---|---|---|---|
| ||||
Posted in reply to russhy | On Monday, 20 September 2021 at 21:51:32 UTC, russhy wrote: >On Monday, 20 September 2021 at 11:04:42 UTC, leikang wrote: >Enter dmd lk01.d in vscode, the terminal displays zsh: command not found: dmd, an error is reported, I don't know what the problem is, can it only be run in /Users/mac1094/dmd2/osx/bin? How have you installed dmd? |
September 21, 2021 Re: zsh: command not found: rdmd | ||||
---|---|---|---|---|
| ||||
Posted in reply to leikang | On Tuesday, 21 September 2021 at 01:02:30 UTC, leikang wrote: >On Monday, 20 September 2021 at 21:51:32 UTC, russhy wrote: >On Monday, 20 September 2021 at 11:04:42 UTC, leikang wrote: >Enter dmd lk01.d in vscode, the terminal displays zsh: command not found: dmd, an error is reported, I don't know what the problem is, can it only be run in /Users/mac1094/dmd2/osx/bin? How have you installed dmd? Does it work when you go to that Then you just have to add the location of dmd to your path How to do that? Idk, I use windows/linux |