Skip to content

Instantly share code, notes, and snippets.

@allieus
Last active February 26, 2024 13:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save allieus/e34921f9ec82d756c308aeba104def17 to your computer and use it in GitHub Desktop.
Save allieus/e34921f9ec82d756c308aeba104def17 to your computer and use it in GitHub Desktop.
윈도우 기본 개발 프로그램 설치

윈도우 기본 개발 프로그램 설치

  • 아래 명령들에서 필요한 프로그램을 설치하는 명령만 복사해서 설치해주세요.
winget install --id=Microsoft.PowerShell --silent
winget install --id=Microsoft.WindowsTerminal --silent
winget install --id=JetBrains.PyCharm.Professional --silent
winget install --id=Microsoft.VisualStudioCode --silent
winget install --id=Python.Python.3.11 --silent
winget install --id=Python.Python.3.12 --silent
winget install --id=OpenJS.NodeJS.LTS --silent
winget install --id=Git.Git --silent
@allieus
Copy link
Author

allieus commented Oct 24, 2023

명령 프롬프트를 여시고 위 스크립트를 붙여넣고 실행하시면, 아래 팩키지가 설치됩니다.

  • 파워쉘 7.x
  • 윈도우 터미널
  • 파이참 프로페셔널
  • 파이썬 3.11 최신버전
  • 파이썬 3.12 최신버전
  • 노드JS LTS
  • Git

설치 중에 "사용자 계정 컨트롤 (UAC)" 알림창이 뜨면 확인만 해주시면 됩니다. ;-)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment