챕터 01
Claude Code 설치
전체 설치 안내는 링크에서 확인할 수 있습니다. https://code.claude.com/docs/en/quickstart
요약하면, 아래 단계를 진행하면 됩니다:
Claude Code 설치- MacOS, Linux, WSL:
curl -fsSL https://claude.ai/install.sh | bash - Windows PowerShell:
irm https://claude.ai/install.ps1 | iex - Windows 명령 프롬프트(cmd.exe):
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd - MacOS (Homebrew):
brew install --cask claude-code
- MacOS, Linux, WSL:
- 설치 후 터미널에서
claude를 실행하세요. 이 명령을 처음 실행할 때는 터미널의 색상 테마를 선택하고, claude.ai 계정으로 인증하라는 안내가 표시됩니다.
설치 후 claude 명령을 찾을 수 없다는 오류가 나거나 네트워크/권한 오류가 발생하면, 문서의 설치 문제 해결 섹션을 참고하세요. Amazon Bedrock, Google Cloud Vertex AI, 또는 Microsoft Foundry를 통해 Claude Code를 사용하나요? 추가 설정 방법은 서드파티 제공자 설정 문서를 확인하세요.
이 글은 모던웹연구소 (www.modernweblabs.com)에서 처음 발행되었습니다. © 모던웹연구소. 무단 전재 및 재배포를 금합니다.
공유