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
Is your feature request related to a problem? Please describe.
I want to be able to update pwsh with scoop run from pwsh
This requires no_junction to be enabled during install or update (due to some recursive path problems in setting up the shim).
But I do not want to change the default behaviour for all other applications.
Describe the solution you'd like
I would like an install-time flag that would be persisted in install.json and used whenever any operation handles the application (update, status, reset ...).
scoop install --no-junction main/pwsh
Given sufficient guidance, I could try an implement this feature if it is deemed valuable in scoop
Describe alternatives you've considered
My current workaround is to install pwsh with no_junction enabled, hold it, and disable no_junction.
Feature Request
Is your feature request related to a problem? Please describe.
I want to be able to update
pwsh
withscoop
run frompwsh
This requires
no_junction
to be enabled during install or update (due to some recursive path problems in setting up the shim).But I do not want to change the default behaviour for all other applications.
Describe the solution you'd like
I would like an install-time flag that would be persisted in
install.json
and used whenever any operation handles the application (update
,status
,reset
...).Given sufficient guidance, I could try an implement this feature if it is deemed valuable in
scoop
Describe alternatives you've considered
My current workaround is to install
pwsh
withno_junction
enabled, hold it, and disableno_junction
.Then to perform the update, I re-enable
no_junction
, unhold pwsh, update pwsh, and re-disableno_junction
The text was updated successfully, but these errors were encountered: