【问题标题】:Unable to run graalvm gu command on mac无法在 mac 上运行 graalvm gu 命令
【发布时间】:2021-10-27 18:57:26
【问题描述】:

我已经在 mac 上安装了 graalvm,我在安装目录的 /bin 文件夹中看到了 gu 实用程序。当我尝试在 /bin 文件夹中运行 gu 命令时,例如

gu install native-image

我收到消息:

zsh: command not found: gu

我在这里错过了什么?

【问题讨论】:

    标签: macos graalvm


    【解决方案1】:

    您缺少路径。试试:

    ./gu install native-image

    【讨论】:

      猜你喜欢
      • 2016-11-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-05-10
      • 2018-08-27
      • 2018-04-09
      • 2021-04-09
      • 1970-01-01
      相关资源
      最近更新 更多