Boston Python Workshop 3/Friday/Linux text editor

From OpenHatch wiki
Revision as of 13:01, 24 September 2011 by imported>Jesstess (Protected "Boston Python Workshop 3/Friday/Linux text editor" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to find gedit in the Applications list

On Linux, we suggest the GEdit text editor.

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.

How to find GEdit from a terminal

If you prefer to start applications from a terminal, you can type the following into a terminal to launch GEdit:

gedit &

Success!

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

« Back to the Friday setup page