Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Android
- Eclipse
- release unsigned
- html
- jQuery
- JavaScript
- Program type already present
- Android Apk 이름 변경
- tomcat
- android fragment
- error
- Kotlin
- Android Apk 이름
- apache gzip
- Exception
- fragment
- R프로그래밍
- 안드로이드
- Firebase
- FLUTTER
- android error
- release Apk
- DataTable
- css
- MySQL
- java error
- Java
- Android Apk
- spring
- CSS사용법
Archives
- Today
- Total
selfstarter
chocolatey 설치 하기 본문
chocolatey 설치 하기
- https://chocolatey.org/install 로 들어가기
- cmd가 아닌 power shell을 관리자 권한으로 실행
- 아래 명령어 입력(홈페이지의 최신 명령어 입력할 것)
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
4. choco -v해서 chocolatey의 버전이 잘 나오는지 확인
'App > Flutter' 카테고리의 다른 글
info - Only use double quotes for strings containing single quotes - (0) | 2020.09.04 |
---|---|
Flutter Test Code 작성 (0) | 2020.09.02 |
Android Flutter SDK 경로 설정 (0) | 2020.08.23 |
Could not find a command named "bin\main.dart". (0) | 2020.08.21 |
Your launch config references a program that does not exist (0) | 2020.08.09 |
Comments