윈도우에서 Claude Code 활용하기
Windows 환경에서 Claude Code를 최적으로 설정하고 활용하는 방법입니다.
기본 설정
1.WSL2 설치: Windows에서 Linux 환경 구성
2.Node.js 설치: Claude Code 실행에 필요
3.Claude Code 설치: npm으로 글로벌 설치
설치 순서
bash
# 1. WSL2에서 Node.js 설치
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
# 2. Claude Code 설치
npm install -g @anthropic-ai/claude-code
# 3. 실행
claude윈도우 팁
▸
터미널: Windows Terminal 추천
▸
경로: WSL 내부 경로 사용이 성능 좋음
▸
VS Code: Remote WSL 확장 연동
주의사항
▸PowerShell보다 WSL 환경 추천
▸Windows 경로와 WSL 경로 혼용 주의