Skip to content

Commit

Permalink
Create a subshell to pick up the modified path
Browse files Browse the repository at this point in the history
  • Loading branch information
floatplane committed Sep 17, 2024
1 parent acb0976 commit 3580802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
if [[ -d "$HOME/.platformio/penv/bin" ]]; then
export PATH=$PATH:$HOME/.platformio/penv/bin
echo "Added PlatformIO tools to the path"
$SHELL
else
echo "No PlatformIO installation detected"
fi

0 comments on commit 3580802

Please sign in to comment.