Tagged Questions
0
votes
1answer
28 views
zsh: Heroku toolbelt not found anymore
I recently switched to zsh, pretty happy about that. Except that the heroku toolbelt doesn't work anymore ...
Here is what I have when I type heroku -v :
...
2
votes
0answers
149 views
using zsh shell to install ruby-2.0.0-195 doesn't work
sorry this is my first time to post my question here. I am currently using zsh shell and I keep having trouble with installing ruby. While I run rvm install ruby-2.0.0-p195, it shows the error message ...
0
votes
0answers
21 views
ZSH cloudapp command not working
I've installed cloudapp_api multiple times with:
sudo gem install cloudapp_api
I just get this tho when running cloudapp wat.jpeg
"You need to install cloudapp_api: gem install cloudapp_api"
I ...
0
votes
1answer
88 views
tmux does not retain $PATH
I am using chruby to manage changing my rubies.
I also use tmux.
When I change to a different Ruby, chruby updates the PATH environment variable to include the path to the Ruby I want. When I start ...
1
vote
1answer
161 views
Seeking better virtualenv/rvm/zsh conditional integration
tldr: I want zsh to ignore rvm reporting system ruby and only display it when rvm is actually being used.
I've been using zsh with the terrific oh-my-zsh extensions for some time now. It's got my ...
2
votes
3answers
38 views
python on OSX and echo -n
Context: I ran this snippet on my Mac and noticed the string -n sprinkled in the garbled output. The answer is that sh on Ubuntu understands the -n flag while sh on my Mac does not.
As you can ...
5
votes
2answers
605 views
Ruby Rbenv tries to run Zeus from Bundle despite it being a global gem (Using ZSH)
(Update: Problem caused by zsh, see accepted answer)
Long ago, I followed this great guide to using Rbenv with bundler https://gist.github.com/1384279 and all was well in Ruby Land. (I installed it ...
9
votes
2answers
612 views
As a Ruby/Rails Developer, zsh vs bash? What's the advantage? [closed]
I've seen a lot of people recommend zsh over bash for ruby development and i'm failing to understand what zsh offers over bash?
The answerable question for this post is:
What benefit, specific to ...
1
vote
3answers
417 views
RVM set ruby default, when open new terminal erase the RVM setting, go back to system ruby
I just got a new MacBook Pro and tried to setup the RVM in the system. I installed RVM and set the default to
➜ rvm list default
Default ...
0
votes
1answer
282 views
prettify_json.rb not working from command line in zsh
I keep getting Command Not Found: prettify_json.rb from the command line. I'm using zsh and rvm so, I'm not sure if it has something to do with the paths setting in my .zshrc. I've compared it to ...
3
votes
1answer
199 views
ANSI Escape Sequences Disappear When Running a Ruby Script to Output to Geektool
I am trying to use the OS X app GeekTool to print colorized text output onto my Desktop. GeekTool allows you to place little windows called "geeklets" onto the Desktop. One kind of Geeklet displays ...
2
votes
3answers
556 views
read all shell variables in ruby
Problem:
I'm running shell script as subprocess in ruby script, after running script I want to have an option to check all environment variables of the shell, including array variables.
So far I ...
0
votes
0answers
78 views
Open all sessions in current directory using Screen and RVM [closed]
I'm using screen and rvm.
I wrote to shell -${SHELL} in ~/.screenrc because It need for rvm.
It's feel bad. Because all screen sessions start from ~/ directory.
I wanna open current directory ...
0
votes
1answer
94 views
rvm doesn't notify when using a new gemset
I'm using rvmrc files per project. When I cd into my project the terminal/rvm does not indicate that I'm using a new gemset. How do I set it up?
In case it helps: I'm using oh-my-zsh.
1
vote
1answer
128 views
RVM forgets gemsets when closing terminal on OSX Lion
I have a similar problem to the one listed here:
RVM and OSX Lion - RVM 'forgets' gemsets on system restart
My RVM forgets the gemsets when I simply close the terminal. I've done rvm use ...
0
votes
1answer
125 views
Why does shell output/settings differ when being executed from MacVim as opposed to the Terminal
When using Vim, you can shell out via
:!<command_name>
Here's my problem.
I've got my current Ruby set to
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0]
This is the ...
18
votes
1answer
994 views
ZSH complains about RVM __rvm_cleanse_variables: function definition file not found
When using the latest ZSH and RVM on Mac OS X 10.7.4 ZSH complains about this:
__rvm_cleanse_variables: function definition file not found
3
votes
2answers
225 views
Alter $PATH in vim/macvim so as to find the right ruby binary
In trying to harmonize environments between a ZSH session and the vim/macvim access of the shell, a which ruby from the shell shows $HOME/.rvm/rubies/ruby-1.9.3/bin/ruby, which is good, while from ...
6
votes
3answers
1k views
Pow, RVM and ZSH not working together
I'm trying to get Octopress (http://octopress.org/) working, but I'm having some issues.
I'm using POW (http://pow.cx/) and it seems to not load the correct Ruby version for me (using RVM).
It always ...
3
votes
1answer
956 views
How to get PID of current rake task?
I'm putting in a reaper line into a rake task to kill some additionally spawned ruby tasks as they somehow creep up on occasion.
system "ps aux | grep 'namespace:taskname' | grep ruby | grep -v grep ...
15
votes
4answers
6k views
rvm keeps ignoring my .rvmrc
I'm having some problems with my project. I keep an .rvmrc in my project's directory with the following config:
rvm use 1.9.2
and I put the following lines into my ~/.zshrc:
rvm_project_rvmrc=1
[[ ...
1
vote
1answer
810 views
Rbenv and two versions of the Heroku client
I've got a fairly pesky problem I can't seem to get to the bottom of. I just switched from rvm to rbenv, and now I'm having a problem with the Heroku client.
Basically, there's an old version of ...
21
votes
8answers
10k views
Rails keeps telling me that it's not currently installed
I use rvm to manage different rubies and their gemsets. My shell is zsh with oh-my-zsh configured with basic settings. Enabled oh-my-zsh plugins are ruby, rails, osx, and git. Here's the command I ...
1
vote
1answer
207 views
ri Not Working in zsh
I'm using zsh on Mac OS X.
When I type ri followed by a class name everything works fine. However, if I want to look up specific method documentation (e.g. Array#new), the shell would tell me zsh: no ...
0
votes
1answer
171 views
zsh: correct 'puts' to 'tput'
I have rvm and ruby version 1.9.2 installed. I have Mac OS X 10.7. Why is puts not getting recognized?
puts ('Hello Ruby')
zsh: correct 'puts' to 'tput' [nyae]?
Thanks!
1
vote
1answer
401 views
ZSH `rvm-prompt` on RHS prompt not refreshing
I have rvm-prompt feeding into my RPrompt, however it is not refreshing between commands: (Larger image)
For example, when I cd from one ruby project to another with an .rvmrc file pointing to a new ...
43
votes
1answer
11k views
RVM is not working in ZSH
I'd like to try out the ZSH shell on my Mac, but I also do a lot of Ruby and Rails development, so I use RVM quite a bit too. The problem is that I can't seem to get RVM to work in ZSH, and it's ...
1
vote
1answer
448 views
Problem with Ruby, Rails, ZSH and RVM
When I go into my rails app folder and write:
which ruby
I get this:
/Users/gugguson/.rvm/rubies/ruby-head/bin/ruby
When I write:
ruby -v
I get this:
ruby 1.9.3dev (2010-09-25 trunk 29341) ...
