<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>Hello,<br>
I'm trying to run the rtems-test after closing my computer and switching<br>
operating systems(dual booted computer), but weirdly enough, I received the<br>
message<br>
rtems-test: command not found<br>
So I attempted running the command for rtems-tools, but then the message I<br>
received was<br>
 ./rtems-test --lists-bsps<br>
error: RTEMS Toolkit python wrapper not found, plrease report<br>
Understand, I had previously been able to run the rtems-test command fine<br>
before, this was only after I turned off ubuntu, turned on Windows, and<br>
then turned off Windows and turned on ubuntu that this error occurred.<br>
I'd greatly appreciate help in this mater.<br>
Thank you,<br></blockquote><div><br></div><div>hii,</div><div><br></div><div>This is most probably a path issue. If you used <b>export </b>to set your path</div><div>it would only be valid temporarily.</div><div>For permanently setting up the path you must add it to your ~/.profile.</div><div>This can be done using</div><div>echo "$PATH:<PATH TO TOOLCHAIN>" > ~/.profile</div><div><br></div><div>Thank you.</div><div>Niteesh</div></div></div>