16 lines
1.0 KiB
Bash
Executable File
16 lines
1.0 KiB
Bash
Executable File
#!/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/firefly/project/projectCarFollowing/devel:$CMAKE_PREFIX_PATH"
|
|
export LD_LIBRARY_PATH="/home/firefly/project/projectCarFollowing/devel/lib:$LD_LIBRARY_PATH"
|
|
export PKG_CONFIG_PATH="/home/firefly/project/projectCarFollowing/devel/lib/pkgconfig:$PKG_CONFIG_PATH"
|
|
export PWD='/home/firefly/project/projectCarFollowing/build'
|
|
export PYTHONPATH="/home/firefly/project/projectCarFollowing/devel/lib/python3/dist-packages:$PYTHONPATH"
|
|
export ROSLISP_PACKAGE_DIRECTORIES="/home/firefly/project/projectCarFollowing/devel/share/common-lisp:$ROSLISP_PACKAGE_DIRECTORIES"
|
|
export ROS_PACKAGE_PATH="/home/firefly/project/projectCarLocation/src:/home/firefly/project/projectCarFollowing/src:$ROS_PACKAGE_PATH" |