Skillshare intro to Python/Unit 1/Linux text editor: Difference between revisions

m
Protected "Skillshare intro to Python/Unit 1/Linux text editor" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)) [cascading]
imported>Jesstess
(Created page with "== 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 Appli...")
 
imported>Jesstess
m (Protected "Skillshare intro to Python/Unit 1/Linux text editor" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)) [cascading])
 
(2 intermediate revisions by the same user not shown)
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.
 
If you need help or have questions while checking your GEdit installation, [[Skillshare intro to Python/Asking questions| don't hesitate to ask]]!
 
== Finding 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.
 
== How to find GEdit from a terminal ==
Line 10 ⟶ 16:
 
<pre>
gedit &
</pre>
 
Anonymous user