1. chocolatey 설치 https://chocolatey.org/install cmd(관리자권한) 실행 @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin 3. Python 설치choco install python -> 윈도우 환경 변수 설정