This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
tutorials:learn:avr:setup-unix.html [2010/10/18 22:05] daigo created |
tutorials:learn:avr:setup-unix.html [2016/01/28 18:05] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | |||
| + | |||
| ==== Introduction ==== | ==== Introduction ==== | ||
| Line 32: | Line 34: | ||
| Open up a **Terminal** or **xterm** program, you'll be using this to do most of this stuff. In Ubuntu its under "Applications" | Open up a **Terminal** or **xterm** program, you'll be using this to do most of this stuff. In Ubuntu its under "Applications" | ||
| - | In the new Terminal window, type in<strong class="style4"> echo $SHELL </strong>and press return | + | In the new Terminal window, type in** echo $SHELL **and press return |
| If the output is **/bin/bash** then type the following command: \\ **echo 'PATH=$PATH:/usr/local/bin' >> ~/.bash_profile** \\ all on one line. Press return. | If the output is **/bin/bash** then type the following command: \\ **echo 'PATH=$PATH:/usr/local/bin' >> ~/.bash_profile** \\ all on one line. Press return. | ||
| Line 44: | Line 46: | ||
| - | The important thing is that somewhere in the line of text you see <strong class="style4">/usr/local/bin</strong> | + | The important thing is that somewhere in the line of text you see **/usr/local/bin** |