setup_cached.sh 957 B

123456789101112131415
  1. #!/usr/bin/env sh
  2. # generated from catkin/python/catkin/environment_cache.py
  3. # based on a snapshot of the environment before and after calling the setup script
  4. # it emulates the modifications of the setup script without recurring computations
  5. # new environment variables
  6. # modified environment variables
  7. export CMAKE_PREFIX_PATH="/home/nvidia/newdisk/hkpc/catkin_ws/devel:$CMAKE_PREFIX_PATH"
  8. export LD_LIBRARY_PATH="/home/nvidia/newdisk/hkpc/catkin_ws/devel/lib:$LD_LIBRARY_PATH"
  9. export PATH='/opt/ros/noetic/bin:/usr/local/lib/nodejs/node-v18.16.0-linux-arm64/bin:/usr/local/cuda-11.4/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin'
  10. export PWD='/home/nvidia/newdisk/hkpc/catkin_ws/build'
  11. export ROSLISP_PACKAGE_DIRECTORIES="/home/nvidia/newdisk/hkpc/catkin_ws/devel/share/common-lisp:$ROSLISP_PACKAGE_DIRECTORIES"
  12. export ROS_PACKAGE_PATH="/home/nvidia/newdisk/hkpc/catkin_ws/src:$ROS_PACKAGE_PATH"