not found scoop.ps1
& : 'C:\Users\uncao\scoop\apps\scoop\current\bin\scoop.ps1' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로 그램 이름으로 인식되지 않습니다. 이름이 정확한지 확인하고 경로가 포함된 경우 경로가 올바른지 검증한 다음 다시 시도하십 시오. 위치 줄:1 문자:3 + & 'C:\Users\uncao\scoop\apps\scoop\current\bin\scoop.ps1' update;exi ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\Users\uncao\...t\bin\scoop.ps1:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Solution
dir scoop/apps/scoop/current
# not found files
# Remove scoop And ReInstall
rmdir /s scoop
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
반응형
'os > Window' 카테고리의 다른 글
scoop auto update, reset, clean (0) | 2019.03.30 |
---|---|
Show Variable for window 10 (0) | 2019.02.12 |
Scoop GUI Client = scoop-viewer (0) | 2018.09.17 |
Scoop Bucket Wiki (0) | 2018.09.15 |
Scoop Extra Bucket (0) | 2018.09.14 |