Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
2k views

.profile and .bashrc doesn`t work on my Mac

This problem I have for a long time. After running terminal .profile, and .bashrc file doesn`t work (are not executed). Could you indicate where should I looking form a source of problem?
2
votes
3answers
358 views

Sourcing rvm from my Ubuntu .profile only works manually, not at login

I'm having trouble getting the Ruby Version Manager rvm to source from my Ubuntu 10.04 .profile. The code: [[ -s "$HOME/.rvm/scripts/rvm" ] && . "$HOME/.rvm/scripts/rvm" ...never does what ...
1
vote
1answer
76 views

Shell not recognizing aliased commands

I am attempting to track down how a Wordpress site keeps getting hacked, and one of the things I am trying to track is which files are being hit by the "touch" command to forge the last_modified dates ...
1
vote
4answers
255 views

How to fetch environment variables in Mac OS X using python?

How can I lookup environment variables (e.g. export HG_USER from .profile) using python code in Mac OS X?
1
vote
2answers
1k views

.profile: line 31: syntax error: unexpected end of file

I'm bad at bash programming. Where is the error? Here is my .profile file: # WARNING: For help understanding this file, and before you try # to change any of it, type "man .profile" and read ...
0
votes
0answers
21 views

OSX .profile http_proxy password with @ [closed]

I'm trying to edit my .profile to set up http and ftp proxies. My password has an @ symbol in it. This causes an issue where OSX thinks it's gotten to the end of the password and interprets the ...
0
votes
2answers
50 views

Tilde Expansion Doesn't Work When I Logged Into GUI

I'm using Ubuntu 11.10 and I have a strange problem. I have a few exports in my .profile file: export ANDROID_SDK_ROOT=~/workspace/android-sdk-linux_x86 export ...
0
votes
3answers
53 views

How do i make the colour of the $ bit in a terminal change colour every line?

currently i have this: function xtitle2() # Adds some text in the terminal frame. { export var1=`echo $HOSTNAME | perl -pe 's/^([a-zA-Z0-9]+)\.(.*)$/\1/g'` export var2=`pwd` echo -n -e ...
0
votes
3answers
581 views

Unix: making change to .profile file

I am running MAC OS X. I added a new alias to my .profile. Now, when I open a terminal window, I get a message saying that the alias cannot be found. Do I have to do some sort of exporting to get ...
0
votes
1answer
357 views

bake cakephp configure console profile

i've just installed CakePHP and I'm pretty new with Mac,Shells and Terminal.. Cakephp is now running correctly and as stated by my tutorial (Beginning-Cakephp-from novice to professional) i'm now ...
0
votes
1answer
1k views

How to fix path variable in bash on Mac OSX Snow Leopard

This might be a noob question, but I need help. I screwed up my terminal by trying to alter my path variable using the following command: $ sudo nano .profile Before I did that, if I were to type: $ ...
0
votes
1answer
106 views

NFS home / .profile / 3 flavors of UNIX : best practices?

Three flavors of UNIX: Linux, Solaris, IRIX... one NFS mounted home directory. I'd like to have a (slightly) different .profile behavior based on the OS that I'm connecting to. I can hack something ...
0
votes
1answer
929 views

How can I set up 'bake' with MAMP on OS X with projects in 'Sites'?

I'm trying to set up 'cake bake' on OS X. I'm using MAMP and every time I try to 'bake', I get this: -bash: cake: command not found I have the Apress Beginning CakePHP book, but the suggestions in ...
0
votes
2answers
235 views

Unable to source .profile without .zshrc

I have the following lines in my .zshrc source /etc/profile source $HOME/.profile My .profile is not loaded without them, although .profile should be loaded by default in Unix systems. How can ...
-3
votes
2answers
286 views

Migrating to Snow Leopard messed up my ruby path

Since I've migrated from Leopard to Snow Leopard I get $ ruby script/server Rails requires RubyGems >= 1.3.2. Please install RubyGems and try again: http://rubygems.rubyforge.org the only way ...