Powershell을 통한 scoop 설치
1. 아래와 같이 실행 정책 관련 명령어 입력
PS C:\Users\logha> Set-ExecutionPolicy RemoteSigned -scope CurrentUser
2. 실행 정책 변경 -> y
3. Scoop 다운로드
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
'Programming > DevelopTool' 카테고리의 다른 글
npm 개념 및 설치 (0) | 2019.04.22 |
---|---|
[PowerShell] 특정 포트 확인 및 죽이기 (0) | 2019.04.04 |
[Powershell] CategoryInfo : 보안 오류: (:) [], PSSecurityException (0) | 2019.03.31 |