ScoopInstaller / Java

📦 A bucket for Scoop, for Oracle Java, OpenJDK, Eclipse Temurin, IBM Semeru, Zulu, ojdkbuild, Amazon Corretto, BellSoft Liberica, SapMachine and Microsoft JDK.
https://scoop.sh
The Unlicense
258 stars 88 forks source link

[Windows] gu command is not available after installing graalvm #471

Closed leviathan-n closed 1 year ago

leviathan-n commented 1 year ago

Bug Report

Package Name: [name of package which has bug(s)] graalvm

Current Behaviour

gu command is not available after installing graalvm, I can only reference it by the path name

Expected Behaviour

gu is available in shell

Additional context/output

..\graalvm\current\bin is in the $env:path but scoop which gu output 'gu' not found / not a scoop shim.

Possible Solution

System details

Windows version: [e.g. 7, 8, 10]

OS architecture: [e.g. 32bit, 64bit]

PowerShell version: [output of "$($PSVersionTable.PSVersion)"]

Additional software: [(optional) e.g. ConEmu, Git]

Scoop Configuration

//# Your configuration here
Small-Ku commented 1 year ago

How about gu.cmd?

leviathan-n commented 1 year ago

That works! Thanks a lot