OS/Windows4 [Windows] 윈도우 캡처 단축키 캡처 및 스케치 단축키 Windows 10 부터 사용 가능합니다. [ Windows ] + [ Shift ] + [ S ] 2023. 4. 24. [Windows] 윈도우 pyenv 설치 1. PowerShell 스크립트 설치 설치 명령어 Invoke-WebRequest -UseBasicParsing -Uri "https://raw.githubusercontent.com/pyenv-win/pyenv-win/master/pyenv-win/install-pyenv-win.ps1" -OutFile "./install-pyenv-win.ps1"; &"./install-pyenv-win.ps1" & : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Users\유저명\install-pyenv-win.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_P olicies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오. .. 2023. 4. 18. [Windows] 윈도우 깃(git) 설치하기 chocholatey가 아직설치되어 있지 않다면 아래 링크를 참고하세요. https://pcm9881.tistory.com/91 [Windows] 윈도우 패키지 매니저 Chocolatey 설치하기 1. PowerShell 관리자 권한으로 실행 PowerShell - 마우스 오른쪽 버튼 - 관리자 실행 2. 설치명령어 Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager pcm9881.tistory.com 1. PowerShell 관리자 실행 2. 설치 명령어 choco install git 결과 3. 삭제 명령어 cho.. 2023. 4. 12. [Windows] 윈도우 패키지 매니저 Chocolatey 설치하기 1. PowerShell 관리자 권한으로 실행 PowerShell - 마우스 오른쪽 버튼 - 관리자 실행 2. 설치명령어 Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) 결과 3. choco 명령어 버전확인 choco -V 검색 choco search [패키지명] 설치 choco .. 2023. 4. 11. 이전 1 다음