- #!/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/server/Pji/devel:$CMAKE_PREFIX_PATH"
- export LD_LIBRARY_PATH="/home/server/Pji/devel/lib:$LD_LIBRARY_PATH"
- 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'
- export PWD='/home/server/Pji/build'
- export ROS_PACKAGE_PATH="/home/server/Pji/src:$ROS_PACKAGE_PATH"
|