The "install" of your code into the system is handled via a local Git workflow. You do not push to an external server; instead, you push to the local evaluation environment. Stage Files git add git commit -m "solution" . This makes the code available to the Moulinette (the automated grader). : Return to the terminal where is running and type

Since the official exam environment is only available on campus via a locked-down session, students use community-developed simulators to practice: 42_examshell

# Install git, curl, python3, pip (Debian/Ubuntu) sudo apt install -y git curl python3 python3-pip