NCAR / python-tutorial

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

Specifying which terminal to open ("Reading a .txt file") #14

Closed clairefio closed 4 years ago

clairefio commented 4 years ago

Maybe it would be good to specify which terminal to open up in the first section of the tutorial. I assumed it was an anaconda/miniconda terminal, but some computers also have a regular terminal, powershell terminal, bash terminal, etc.

kmpaul commented 4 years ago

Yes. We need to be clear about this. Thanks for the catch!

jukent commented 4 years ago

@kmpaul What should we say? A regular terminal or an anaconda terminal will both work, correct?

kmpaul commented 4 years ago

On Windows, we should say they should use Anaconda Prompt, not a regular terminal. On Mac or Linux, a regular terminal should be fine.