How can we display all of our environment variables?

echo $PATHwhich envenvecho ~/.bash_profile

Awesome! If we run the env command without any arguments, it displays a list of all environment variables.

Whoops! If we run the env command without any arguments, it displays a list of all environment variables.