Which of these commands can we use to set an environment variable?
Great work! We use export followed by the variable name= and the variable value.
export
=
Oh noes! We use export followed by the variable name= and the variable value.