setup_cached.sh 770 B

1234567891011121314
  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/server/Pji/devel:$CMAKE_PREFIX_PATH"
  8. export LD_LIBRARY_PATH="/home/server/Pji/devel/lib:$LD_LIBRARY_PATH"
  9. export PATH='/opt/ros/noetic/bin:~/anaconda3/bin:/home/server/anaconda3/condabin:/home/server/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/node/bin'
  10. export PWD='/home/server/Pji/build'
  11. export ROS_PACKAGE_PATH="/home/server/Pji/src:$ROS_PACKAGE_PATH"