feat: bootstrap a python shell

Useful: `make shell` gives you an interface with all your tools.
This commit is contained in:
2025-10-21 22:24:49 -04:00
parent ced8f747ac
commit 43ac6b82f8

View File

@@ -3,3 +3,6 @@ run:
build:
pdflatex -shell-escape -file-line-error -interaction=nonstopmode LAB3.tex
shell:
PYTHONSTARTUP=./lab3_page7.py python3