Is it possible to disable environment variable tweaking at install time? #5612
-
Hi,everyone When installing some software through scoop, they will modify the PATH environment variable, such as mpv-git |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Create your own bucket for maintain your preferences. |
Beta Was this translation helpful? Give feedback.
-
Hi, Then,My motivation for doing this is simple, because the So I'm expecting 2 options
Of course, I can maintain an independent bucket by myself, but this will obviously increase the workload. I need to copy the definition in the main bucket first, then modify the definition to remove the env_add_path setting, and finally manually modify the PATH variable, which is very troublesome |
Beta Was this translation helpful? Give feedback.
-
You always facing this problem, when a certain number of manifests are installed.
Lines 40 to 55 in f930280 See also: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry |
Beta Was this translation helpful? Give feedback.
You always facing this problem, when a certain number of manifests are installed.
scoop checkup
Scoop/lib/diagnostic.ps1
Lines 40 to 55 in f930280