Tagged Questions
1
vote
1answer
106 views
How do I change the path used by the Gnome Command Line applet?
For my shell, I know that I have to modify .bashrc to add my ~/bin directory to the command path, but how do I get the Gnome Command Line applet to use that as a program location too?
I'm using ...
6
votes
1answer
155 views
Bash executes a different file from the one prompted, even when providing full path
I imagine there's a environment variable or some setting I'm unaware of, but this is driving me nuts.
baco:~ # ls -la /root/subversion-1.4.6/subversion/svnadmin/.libs/svnadmin
-rwxr-x--- 1 ...
0
votes
3answers
3k views
Why $JAVA_HOME does not persist on a mac?
On my mac os 10.6.6 I'm trying to persist env variable $JAVA_HOME but it doesn't stick!
$ export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Once I restart it won't ...