learn-claude-code/.python-version
Fred Liang 70d95119f3 seed .env first and pin Python via .python-version + pyenv
- 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.
2026-04-29 14:23:48 -07:00

1 line
5 B
Text