Skip to content
Discussion options

You must be logged in to vote

Scoop/lib/core.ps1

Lines 1258 to 1262 in f930280

# Scoop root directory
$scoopdir = $env:SCOOP, (get_config ROOT_PATH), "$([System.Environment]::GetFolderPath('UserProfile'))\scoop" | Where-Object { -not [String]::IsNullOrEmpty($_) } | Select-Object -First 1
# Scoop global apps directory
$globaldir = $env:SCOOP_GLOBAL, (get_config GLOBAL_PATH), "$([System.Environment]::GetFolderPath('CommonApplicationData'))\scoop" | Where-Object { -not [String]::IsNullOrEmpty($_) } | Select-Object -First 1

Change their locations and move files, modify $env:PATH entry D:\Program Files\Scoop\shims to <new_shims_dir_path> then execute scoop reset *.

  1. Environment variabl…

Replies: 1 comment 1 reply

Comment options

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

Answer selected by serifold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants