You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a binary installed to a path that contains a space, in my case, Blender via steam.PS> scoop shim add blender "C:\Program Files (x86)\Steam\steamapps\common\Blender\blender.exe"
Possible Solution
I suspect the parsing for the shim path doesn't take quotes into account. I tried with single quotes, double quotes, and various methods of escaping spaces
Scoop and Buckets Version
Current Scoop version:v0.3.1 - Released at 2022-11-15'extras' bucket:de518b81b (HEAD -> master, origin/master, origin/HEAD) xmrig: Update to version 6.20.0'java' bucket:3be07903 (HEAD -> master, origin/master, origin/HEAD) temurin11-nightly-jre: Update to version 11.0.20-7.0.202307011715'main' bucket:a7d80ade4 (HEAD -> master, origin/master, origin/HEAD) memcached: Update to version 1.6.21'nerd-fonts' bucket:176a44f (HEAD -> master, origin/master, origin/HEAD) LXGWNeoXiHei: Update to version 1.102.1
Scoop Config
last_update scoop_branch scoop_repo----------- ------------ ----------3/7/23 11:00:12 AM master https://github.com/ScoopInstaller/Scoop
PowerShell Version
Name Value---- -----PSVersion 7.3.5PSEdition CoreGitCommitId 7.3.5OS Microsoft Windows 10.0.22621Platform Win32NTPSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}PSRemotingProtocolVersion 2.3SerializationVersion 1.1.0.1WSManStackVersion 3.0
Additional Softwares
Steam
The text was updated successfully, but these errors were encountered:
Prerequisites
Package Name
shim
Expected/Current Behaviour
Attempting to add a custom shim with spaces in the path name.
I try:
scoop shim add blender "C:\Program Files (x86)\Steam\steamapps\common\Blender\blender.exe"
I expect:
Added shim
I get:
ERROR: Command path does not exist: C:\Program
Steps to Reproduce
Possible Solution
I suspect the parsing for the shim path doesn't take quotes into account. I tried with single quotes, double quotes, and various methods of escaping spaces
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
Steam
The text was updated successfully, but these errors were encountered: