Skip to content

Commit

Permalink
Better deactivating of env (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Dec 13, 2024
2 parents c5f167f + 61b6216 commit 8bf8126
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.0
1.28.1
5 changes: 5 additions & 0 deletions setup/tue-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ function _tue-env-deactivate-current-env
do
unset "${var}"
done
for var in ${!ROS_*}
do
unset "${var}"
done
unset PYTHONPATH

return 0
}
Expand Down

0 comments on commit 8bf8126

Please sign in to comment.