diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index a823d9936d..d3f637a6a3 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -183,6 +183,7 @@ if [[ $INSTALL_NUTTX == "true" ]]; then echo "${NUTTX_GCC_VERSION} path already set."; else echo $exportline >> $HOME/.profile; + source $HOME/.profile; # Allows to directly build NuttX targets in the same terminal fi fi fi