13 lines
590 B
Bash
13 lines
590 B
Bash
|
#!/usr/bin/env sh
|
||
|
# generated from catkin/python/catkin/environment_cache.py
|
||
|
|
||
|
# based on a snapshot of the environment before and after calling the setup script
|
||
|
# it emulates the modifications of the setup script without recurring computations
|
||
|
|
||
|
# new environment variables
|
||
|
|
||
|
# modified environment variables
|
||
|
export CMAKE_PREFIX_PATH="/home/zmn/Gitea/ROS_Learn/devel:$CMAKE_PREFIX_PATH"
|
||
|
export PWD='/home/zmn/Gitea/ROS_Learn/build'
|
||
|
export ROSLISP_PACKAGE_DIRECTORIES='/home/zmn/Gitea/ROS_Learn/devel/share/common-lisp'
|
||
|
export ROS_PACKAGE_PATH="/home/zmn/Gitea/ROS_Learn/src:$ROS_PACKAGE_PATH"
|