15 lines
803 B
Bash
Executable File
15 lines
803 B
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/ros/Bureau/Pong_Bot/catkin_ws/devel:$CMAKE_PREFIX_PATH"
|
|
export LD_LIBRARY_PATH='/opt/ros/noetic/lib'
|
|
export PKG_CONFIG_PATH='/opt/ros/noetic/lib/pkgconfig'
|
|
export PWD='/home/ros/Bureau/Pong_Bot/catkin_ws/build'
|
|
export ROSLISP_PACKAGE_DIRECTORIES="/home/ros/Bureau/Pong_Bot/catkin_ws/devel/share/common-lisp:$ROSLISP_PACKAGE_DIRECTORIES"
|
|
export ROS_PACKAGE_PATH='/home/ros/Bureau/Pong_Bot/catkin_ws/src:/home/ros/Bureau/Pong_Bot/catkin_ws/src:/opt/ros/noetic/share' |