NCAR / python-tutorial

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

Using a Text Editor ("Reading a .txt file") #13

Closed clairefio closed 4 years ago

clairefio commented 4 years ago

In step 15, I was unable to access a text editor such as vim or nano within my anaconda terminal. On my machine, the easiest way to access my file was using command "mysci.py", which opened a notepad window where I could edit the script.

kmpaul commented 4 years ago

Interesting. Thanks, again, @clairefio! Just to clarify, what was the actual command that you executed on your Windows machine in the Anaconda Prompt? Did you just execute: mysci.py?

clairefio commented 4 years ago

Interesting. Thanks, again, @clairefio! Just to clarify, what was the actual command that you executed on your Windows machine in the Anaconda Prompt? Did you just execute: mysci.py?

Yes, 'mysci.py' was the full command.