r0bby_ has quit [Read error: Connection reset by peer]
r0bby_ has joined #bundler
dstarh has joined #bundler
noService has joined #bundler
noService has quit [Ping timeout: 246 seconds]
dstarh has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Cidan has joined #bundler
djbkd has quit [Remote host closed the connection]
djbkd has joined #bundler
djbkd has quit [Ping timeout: 268 seconds]
chouhoulis has quit [Remote host closed the connection]
djbkd has joined #bundler
r0bby_ has quit [Ping timeout: 276 seconds]
andreorvalho has joined #bundler
<andreorvalho>
Hey guys I am having a doubt about something. when I install bundler using the command gem install bundler -v '~> 1.5.3' --no-rdoc --no-ri
<andreorvalho>
it installs successfully
<andreorvalho>
but it installs in /usr/local/bin when I was expecting the executeable to be in usr/bin
<andreorvalho>
I am using OSX el capitan 10.11.3
<andreorvalho>
which gem
<andreorvalho>
it returns /usr/bin/gem
<andreorvalho>
and which bundle returns /usr/local/bin/bundle
lele has quit [Ping timeout: 260 seconds]
lele has joined #bundler
<Radar>
andreorvalho: How did you install Ruby?
<andreorvalho>
right now I have the ruby instalation of Osx
<Radar>
That'll get you a good environment which works on mac.
<andreorvalho>
ok this is more complex than that
<andreorvalho>
my situation is I have a boxen setup
<andreorvalho>
for replicating my app on different machines
<andreorvalho>
my boxen bootstrap script
<andreorvalho>
tries to use bundler from usr/bin
<andreorvalho>
and this worked previously
<andreorvalho>
but all of a sudden stopped working
<andreorvalho>
I tried and uninstalled my boxen setup
<andreorvalho>
and tried to run it again
<andreorvalho>
and the problem persists
<andreorvalho>
that's why I was saying right now I have the ruby installation that comes with OSx
<andreorvalho>
but both ways it was both ways was not being able to find bundler in usr/bin
<andreorvalho>
when previously had no problems
<andreorvalho>
I can obviously see that is not in usr/bin anymore but in usr/local/bin
<andreorvalho>
I wanted to understand why is it installing in a different place and if this something new or something OSx update did, then I want to update my boxen bootstrap script
<andreorvalho>
Does it make sense what I wrote?
<andreorvalho>
also my boxen setup installs rbenv and that's how ruby gets installed