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
As tue-env switch is a temporary workspace switching command, a new terminal cannot be opened to clear environment variables. This command however does not clear the existing TUE variables.
How to replicate:
Execute the following commands on the same terminal window:
Source an existing tue-env workspace ros-noetic
Create a new workspace in a temporary directory tue-env init temp /tmp/temp
Switch to the temp workspace tue-env switch temp
Echo some TUE variables like, TUE_SYSTEM_DIR, TUE_ROS_DISTRO
The text was updated successfully, but these errors were encountered:
As
tue-env switch
is a temporary workspace switching command, a new terminal cannot be opened to clear environment variables. This command however does not clear the existing TUE variables.How to replicate:
Execute the following commands on the same terminal window:
ros-noetic
tue-env init temp /tmp/temp
tue-env switch temp
TUE_SYSTEM_DIR
,TUE_ROS_DISTRO
The text was updated successfully, but these errors were encountered: