16 lines
764 B
Bash
16 lines
764 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/test/My/devel:$CMAKE_PREFIX_PATH"
|
|
export LD_LIBRARY_PATH="/home/test/My/devel/lib:$LD_LIBRARY_PATH"
|
|
export PKG_CONFIG_PATH="/home/test/My/devel/lib/pkgconfig:$PKG_CONFIG_PATH"
|
|
export PWD='/home/test/My/build'
|
|
export PYTHONPATH="/home/test/My/devel/lib/python2.7/dist-packages:$PYTHONPATH"
|
|
export ROSLISP_PACKAGE_DIRECTORIES='/home/test/My/devel/share/common-lisp'
|
|
export ROS_PACKAGE_PATH="/home/test/My/src:$ROS_PACKAGE_PATH" |