How to change the ScoopDir/ScoopGlobalDir location without uninstallation? #5590
-
My current ScoopDir is located at 'D:\Program Files\Scoop', and ScoopGlobalDir is located at 'D:\Program Files\Scoop\apps'. For some reason, I want to change the ScoopDir to 'D:\Scoop', and the ScoopGlobalDir to 'D:\Scoop\apps'. But I don't want to uninstall Scoop and all the apps then reinstall, because many in-app settings can't be easily restored by |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Lines 1258 to 1262 in f930280 Change their locations and move files, modify $env:PATH entry
|
Beta Was this translation helpful? Give feedback.
Scoop/lib/core.ps1
Lines 1258 to 1262 in f930280
Change their locations and move files, modify $env:PATH entry
D:\Program Files\Scoop\shims
to<new_shims_dir_path>
then executescoop reset *
.