Export enviroment variable Mac

Posted by mujer esponja on Stack Overflow See other posts from Stack Overflow or by mujer esponja
Published on 2010-12-27T15:50:39Z Indexed on 2010/12/27 16:54 UTC
Read the original article Hit count: 315

Hello, I am starting with spring-roo, so I downloaded it and now I'm trying to export the variable.
To get it, I tryed:

PATH=$PATH:/Users/myUsr/spring-roo/bin
export PATH

PATH variable

my-Name-3:~ myUsr$ echo $PATH /sw/bin:/sw/sbin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin:/Users/myUsr/spring-roo/bin

In this path (/Users/myUsr/spring-roo/bin), there is roo.sh

But then, I can not run the command roo as it is suposed to be.
Any idea??

Thanks in advance

© Stack Overflow or respective owner

Related posts about mac

Related posts about environment-variables