I am missing something really obvious here... but when I run this program
python gregs_program.py
it will work fine.... but if I make changes and then save it, I go to run
python gregs_program.py
and it runs the old version (doesn't update my changes)! I notice I have both
"gregs_program.py" and "gregs_program.py~" when I do the 'ls' command in Terminal.
What am I missing here?
files with ~are temporary or backup files.