简体   繁体   中英

How do I get rid of the two bash : lines?

bash: /home/falgun/Desktop/catkin_ws/devel/setup.bash: No such file or directory bash: /usr/share/colcon_cd/function/colcon_cd.sh: No such file or directory falgun@falgun-HP-Laptop:~/Desktop$

These show everytime i start the terminal. I want to remove that.

something seems to try to call these two scripts, likely .bash_rc or .profile. to find the script try

cd
grep setup.bash .*
grep colcon_cd.sh .*

then edit the resulting script, and comment out (#) the calls.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM