Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup.zsh adds wrong path to PATH environment #338

Closed
jkammerl opened this issue Jan 29, 2013 · 1 comment
Closed

setup.zsh adds wrong path to PATH environment #338

jkammerl opened this issue Jan 29, 2013 · 1 comment
Assignees

Comments

@jkammerl
Copy link
Member

After sourcing setup.zsh (I am using zsh), /opt/ros/groovy is added to the PATH environment.

PATH=/opt/ros/groovy:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/kammerl/bin

However, in order to include groovy binaries, PATH should contain this:
PATH=/opt/ros/groovy/bin

This is my catkin installation from ros-shadow-fixed:

ii python-catkin-pkg 0.1.9-1 catkin package library
ii python-catkin-sphinx 0.2.1-1 ROS package library
ii ros-groovy-catkin 0.5.63-0precise-20130125-0320-+0000 Low-level build system macros and infrastructure for ROS.

@dirk-thomas
Copy link
Member

One of the temp variable in setup.sh ($path) collides even if it is lower case.

@ghost ghost assigned dirk-thomas Feb 4, 2013
cwecht pushed a commit to cwecht/catkin that referenced this issue Mar 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants