Arduino

From Robin

(Difference between revisions)
Jump to: navigation, search
(Arduino IDE)
(Arduino IDE)
Line 4: Line 4:
<pre>
<pre>
-
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino > /dev/null 2>&1 &'" >> ~/.bashrc
+
echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino > /dev/null 2>&1 &'" >> ~/.bashrc | source .bashrc
</pre>
</pre>
If you want to run the program in the same terminal session, you need to source the .bashrc file.
If you want to run the program in the same terminal session, you need to source the .bashrc file.

Revision as of 07:57, 28 November 2019

Arduino IDE

To use the Arduino IDE on an IFI RHEL linux machine, simply paste the following snippet in the terminal:

echo "alias arduino='/projects/robin/programs/arduino/arduino-1.8.10/arduino > /dev/null 2>&1 &'" >> ~/.bashrc | source .bashrc

If you want to run the program in the same terminal session, you need to source the .bashrc file.

Personal tools
Front page