

- #Text editor for mac os x 10.6 install#
- #Text editor for mac os x 10.6 software#
- #Text editor for mac os x 10.6 code#
On Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion and 10.8 Mountain Lion, download and open the Git installer image.
#Text editor for mac os x 10.6 install#
You can then follow the prompts to install the Apple command line development tools. There may be a short delay whilst the installer operates. On Mac OS X 10.9 Mavericks and later, Git will be installed automatically the first time you try to run it. Please note that you can accept the default installation options, with one exception - at the step ‘Configuring the terminal emulator to use with Git Bash’ you must select ‘Use Windows default console window’. Windowsĭownload and install Git for Windows.
#Text editor for mac os x 10.6 software#
Once you have your account, you need to install the Git software as described below. To create an account, go to the Github website and provide your details. You must create a Github account before attending the workshop! It allows you to keep track of your software and the edits made to it. Git is the version control software we will use. To exit nano press CTRL+X (you might be prompted you to save or discard modified buffer - just type “N” to exit without saving). If it is installed, nano will open (appearing not dissimilar to the terminal window, but with menu items at the bottom of the window). If nano is not installed, you will receive an error. You can verify you have nano installed by opening a terminal and entering: Nano is a text editor that is installed by default on Mac OS X and Linux.
#Text editor for mac os x 10.6 code#

If you don't have one, we recommend the following. If you have a preferred text editor, please use it. Text EditorĪ text editor is the piece of software you use to view and write code. The Bash shell is accessed via the Terminal application. The Terminal application can be found in the “Utilities” folder which is in your “Applications” folder. The Bash shell is accessed by opening the “Terminal” application. Windowsīash will be provided as part of the Git for Windows installation as described below. We use it during the command line section of the course. BashĪmong many other things, Bash allows you to automate dull and boring tasks. There is little time during the workshop to deal with installation problems, so it makes the day run much more smoothly if you arrive with your software already installed. Prior to the workshop, it is vital that you install some software on your laptop and create an account at Github by following the instructions below!
