You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5. To make the toolchain usable, some environment variables need to be set. The first step in doing so it to open the `~/.bashrc` file with the `nano` text editor using the following command from an Ubuntu terminal:
55
+
3. To make the toolchain usable, some environment variables need to be set. The first step in doing so it to open the `~/.bashrc` file with the `nano` text editor using the following command from an Ubuntu terminal:
56
56
```shell
57
57
nano ~/.bashrc
58
58
```
59
-
5. Add the following lines at the bottom of the file in the text editor:
59
+
4. Add the following lines at the bottom of the file in the text editor:
60
60
```shell
61
61
export PSPDEV="$HOME/pspdev"
62
62
export PATH="$PATH:$PSPDEV/bin"
63
63
```
64
-
6. Now save and exit by pressing `Ctrl`+`X`, then`Y` and then enter/return.
65
-
7. Close the current Ubuntu terminal and open a new one.
66
-
8. From the new Ubuntu terminal, run the following command to confirm everything is set up correctly:
64
+
5. Now save and exit by pressing `Ctrl`+`X`, then`Y` and then enter/return.
65
+
6. Close the current Ubuntu terminal and open a new one.
66
+
7. From the new Ubuntu terminal, run the following command to confirm everything is set up correctly:
0 commit comments