githubtraining / training-manual

Home of the words in the GitHub Training Manual and teaching scripts.
https://githubtraining.github.io/training-manual
Creative Commons Attribution 4.0 International
270 stars 274 forks source link

Fix sourcing in class setup #335

Closed amyschoen closed 3 years ago

amyschoen commented 3 years ago

When I did #333, I purposely left out checking for environment setup because, in theory, the .trainingmanual.rc file might not exist. This ended up bugging me because we'd want the case where we check the environment setup but not recreate the .trainingmanual.rc file to match the behavior when we run our scripts. Circling back and fixing that for completeness.