14 lines
713 B
Bash
Executable File
14 lines
713 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/zmn/下载/ros_turtlecontrol/devel:$CMAKE_PREFIX_PATH"
|
|
export LD_LIBRARY_PATH="/home/zmn/下载/ros_turtlecontrol/devel/lib:$LD_LIBRARY_PATH"
|
|
export PWD='/home/zmn/下载/ros_turtlecontrol/build'
|
|
export ROSLISP_PACKAGE_DIRECTORIES='/home/zmn/下载/ros_turtlecontrol/devel/share/common-lisp'
|
|
export ROS_PACKAGE_PATH="/home/zmn/下载/ros_turtlecontrol/src:$ROS_PACKAGE_PATH" |