PyCon intro to open source/Linux text editor: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 1: Line 1:
__NOTOC__
== How to find gedit in the Applications list ==


[[File:Quill.png|100px]]
On Linux, we suggest the GEdit text editor.


Lucky for us, Linux comes with a good, free text editor called GEdit.
GEdit should already be installed on your computer. To start GEdit: click Applications, point to Accessories, and click Text Editor. If you don't have this option, let a staff member know.

== Finding GEdit ==

To start GEdit: click Applications, point to Accessories, and click Text Editor. If you don't have this option, let a staff member know.


== How to find GEdit from a terminal ==
== How to find GEdit from a terminal ==
Line 10: Line 14:


<pre>
<pre>
gedit &
gedit
</pre>
</pre>


Line 28: Line 32:
If you prefer a different editor for text, check with an instructor before moving on to make sure it will work for the weekend.
If you prefer a different editor for text, check with an instructor before moving on to make sure it will work for the weekend.


[[PyCon_intro_to_open_source|&laquo; Back to the main page]]
[[PyCon intro tutorial prep|&laquo; Back to the main prep page]]