mirror of
https://github.com/shareAI-lab/learn-claude-code.git
synced 2026-05-21 10:43:50 +00:00
- Move .env seeding to step 1 so users can start editing while deps install. - Add .python-version (3.11); setup.sh resolves pyenv's matching interpreter automatically, so no manual 'pyenv shell' needed. - Falls back to \$PYTHON_BIN/python3 when pyenv isn't installed. - Capture pyenv output into a variable before grep -q to avoid SIGPIPE (exit 141) under set -o pipefail.
1 line
5 B
Text
1 line
5 B
Text
3.11
|