Skip to content

[Bug] Program In Administrator Path Override Program Installed By Scoop #5023

Discussion options

You must be logged in to vote

System's PATH will always have priority over User's PATH. For curl, have you tried installing it globally?

For mkdir, nothing can be done as mkdir is an CMD built-in and it will always prioritize builtins. Alternative is to use full path, or create an alias to mkdir with scoop shim add mkdir-s C:\Users\Sina\.scoop\shims\mkdir.exe

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
1 reply
@Hrxn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants
Converted from issue

This discussion was converted from issue #5022 on June 29, 2022 07:53.