LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Setting environment variable Lenny did not worked in .bashrc 2.6.26-2-xen-amd64 (https://www.linuxquestions.org/questions/debian-26/setting-environment-variable-lenny-did-not-worked-in-bashrc-2-6-26-2-xen-amd64-804728/)

tkmsr 04-28-2010 05:52 AM

Setting environment variable Lenny did not worked in .bashrc 2.6.26-2-xen-amd64
 
For a "grail" software installation
I had set GRAILS_HOME in .bashrc of root
Code:

export $GRAILS_HOME=/root/grails/
I logged out and logged in again.
and did
Code:

echo $GRAILS_HOME
I got a blank line in output
Code:

echo $GRAILS_HOME
Now where do I set my path in it?
using on Lenny
2.6.26-2-xen-amd64

AlucardZero 04-28-2010 07:42 AM

export GRAILS_HOME=/root/grails/

tkmsr 04-28-2010 08:26 AM

Ohh thanks.:)


All times are GMT -5. The time now is 03:21 AM.