Skip to content

Commit af19bcc

Browse files
Add ROS_ETC_DIR (unix platforms)
1 parent ba09573 commit af19bcc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vinca/templates/activate.sh.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ case "$OSTYPE" in
1919
linux*) export ROS_OS_OVERRIDE="robostack:linux";;
2020
esac
2121

22+
export ROS_ETC_DIR=$CONDA_PREFIX/etc/ros
23+
2224
# Looks unnecessary for UNIX
2325
# unset PYTHONHOME=

0 commit comments

Comments
 (0)