NCAR / python-tutorial

Online content for self-paced Python tutorial
https://ncar.github.io/python-tutorial/
2 stars 7 forks source link

Problem with touch command ("Reading a .txt file") #12

Closed clairefio closed 4 years ago

clairefio commented 4 years ago

In step 14 when I tried to execute 'touch mysci.py' I received the error "'touch' is not recognized as an internal or external command". I needed to do a "conda install m2-base" to be able to use unix commands such as touch in my anaconda terminal.

kmpaul commented 4 years ago

@clairefio! Thanks for both the bug report and the suggested fix! This is fantastic!