* Run a Python script, like <tt>python diff_drag.py</tt>
* Run a Python script, like <tt>python diff_drag.py</tt>
−
To edit files, you can either use God's own editor, <tt>vi</tt> or use <tt>gedit</tt>, a good graphical editor (you'll need to log in with <tt>-AX</tt> for that, and possibly exit and log back in if it stops working).
+
To edit files, you can either use God's own editor, <tt>vi</tt> or use <tt>gedit</tt>, a good graphical editor (you'll need to log in with <tt>-AX</tt> for that, and possibly exit and log back in if it stops working). After editing C++, you'll have to recompile: you can do that with <tt>make</tt>. If you edit a Python file, re-running it will do the job.