In order to set an environment variable, we can use the export command. Shall we?

Excellent! After the export command, we write the variable's name, an = sign and the variable's value.

Psst: export will only save the variable for this very session. When we close the Terminal window, the variable will be gone.

Don't we want to set the key equal to the value?