BCG X
Training Platform

Setup Guide

Install and verify two tools before Day 1. Takes about 10 minutes.

⚡ 2 steps
⏱ ~10 min
🛠 Self-paced
⚠️
Claude Code is a terminal application. It is not the Claude Desktop app. The desktop app has a “Code” tab that looks similar, but it’s a different experience. For this program, you need the standalone CLI that runs directly in your terminal.
1
Install Claude Code

Follow the official installation instructions at code.claude.com/docs. If your organization has a specific installation process, check with your IT team.

Claude Code is also available as a VS Code extension, but the terminal CLI is recommended for this program.

Verify install

Check that the CLI is available

Open a terminal and run:

claude --version

You should see a version number like 2.x.x.

Verify access

Confirm you can connect

Start Claude Code:

claude

If this is your first time, you’ll be prompted to sign in. Follow the authentication flow for your organization.

Once you’re in, type:

hello

Claude should respond conversationally. Type /exit to close the session.

✓If Claude responds, your install and access are both working.
2
Verify Git

Git is used throughout the program for version control. Most developer machines have it pre-installed.

Verify

Check that Git is available

git --version

You should see a version number. If not, install Git from git-scm.com or through your organization’s approved software channel. On macOS, xcode-select --install also works.

✓If you see a version number, you’re all set.

Troubleshooting

claude command not foundClose and reopen your terminal after installing. If it still doesn’t work, check the troubleshooting guide or reach out to your IT team.
Sign-in fails or asks for a subscriptionCheck with your IT team that Claude Code access has been provisioned for your account.
git not foundInstall from git-scm.com or your organization’s approved software channel. On Mac, xcode-select --install also works.
Something elseTake a screenshot and share with your facilitator before Day 1.

All set? Sign in to the training platform.

Sign In →