Use python3 as the canonical command name course-wide (#104) (#105)
CI / check (push) Successful in 7s
Sync course wiki / sync-wiki (push) Successful in 4s

This commit was merged in pull request #105.
This commit is contained in:
2026-06-23 20:25:05 -04:00
parent 7f439212ac
commit 95e5911957
102 changed files with 380 additions and 378 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ git commit -m "Add count command"
git status # shows tasks.py as modified
git restore tasks.py # discard the change, back to your last commit, byte for byte
git diff # empty. nothing changed. you're clean.
python cli.py list # works again
python3 cli.py list # works again
```
That's it. You just recovered from a bad AI change in one command, with zero retyping and zero guesswork. Sit with how *cheap* that was for a second; that cheapness is the thing that lets you say yes to riskier AI work for the rest of the course.