Re: Is this a bug in RVM or MacPorts?

2012-03-25 Thread Brandon Allbery
On Sat, Mar 24, 2012 at 19:59, Behrang Saeedzadeh behran...@gmail.comwrote: I am talking about Ruby Version Manager. The reason I brought up this discussion was to see where's the correct place to set the path for MacPorts, ~/.profile or ~/.bash_profile, as the latest version of RVM creates

Re: Is this a bug in RVM or MacPorts?

2012-03-25 Thread Phil Dobbin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/03/2012 15:30, Brandon Allbery wrote: On Sat, Mar 24, 2012 at 19:59, Behrang Saeedzadeh behran...@gmail.com mailto:behran...@gmail.com wrote: I am talking about Ruby Version Manager. The reason I brought up this discussion was to see

Re: Is this a bug in RVM or MacPorts?

2012-03-25 Thread Brandon Allbery
On Sun, Mar 25, 2012 at 11:03, Phil Dobbin phildob...@gmail.com wrote: On 25/03/2012 15:30, Brandon Allbery wrote: RVM has apparently decided that Bash is the only shell they ever need to support. Slightly unfair sweeping generalisations apart, if you look at rvm's source code:

Is this a bug in RVM or MacPorts?

2012-03-24 Thread Behrang Saeedzadeh
sourced anymore. Could you guys please read the discussion in that thread ( https://gist.github.com/2182557#comments) and see if this is an RVM bug or a MacPorts bug? Cheers, Behrang Saeedzadeh http://www.behrang.org ___ macports-users mailing list

Re: Is this a bug in RVM or MacPorts?

2012-03-24 Thread Lawrence Velázquez
or ~/.bash_login and consequently ~/.profile is not getting sourced anymore. Could you guys please read the discussion in that thread (https://gist.github.com/2182557#comments) and see if this is an RVM bug or a MacPorts bug? Neither of these are bugs; they are both intentional behaviors

Re: Is this a bug in RVM or MacPorts?

2012-03-24 Thread Lawrence Velázquez
On Mar 24, 2012, at 7:47 p.m., Lawrence Velázquez wrote: As mpapis suggested in that thread, it's rather simple to move the line MacPorts added from .profile to .bash_profile. You could also just add this line to the end of your .bash_profile: source ~/.profile vq

Re: Is this a bug in RVM or MacPorts?

2012-03-24 Thread Jeff Singleton
and consequently ~/.profile is not getting sourced anymore. Could you guys please read the discussion in that thread ( https://gist.github.com/2182557#comments) and see if this is an RVM bug or a MacPorts bug? Neither of these are bugs; they are both intentional behaviors. They just conflict with one

Re: Is this a bug in RVM or MacPorts?

2012-03-24 Thread Behrang Saeedzadeh
) and see if this is an RVM bug or a MacPorts bug? Neither of these are bugs; they are both intentional behaviors. They just conflict with one another. As mpapis suggested in that thread, it's rather simple to move the line MacPorts added from .profile to .bash_profile. vq

Re: Is this a bug in RVM or MacPorts?

2012-03-24 Thread Justin C. Walker
On Mar 24, 2012, at 16:59 , Behrang Saeedzadeh wrote: I am talking about Ruby Version Manager. The reason I brought up this discussion was to see where's the correct place to set the path for MacPorts, ~/.profile or ~/.bash_profile, as the latest version of RVM creates ~/.bash_profile and

Re: Is this a bug in RVM or MacPorts?

2012-03-24 Thread Phil Dobbin
that RVM creates two files |~/.bash_profile| or |~/.bash_login| and consequently ~/.profile is not getting sourced anymore. Could you guys please read the discussion in that thread (https://gist.github.com/2182557#comments) and see if this is an RVM bug or a MacPorts bug? If you search the list