Tagged Questions
2
votes
0answers
108 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 ...
1
vote
1answer
155 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 ...
1
vote
3answers
211 views
rbenv version display in zsh right-prompt not refreshing
I have the following code in my .zshrc:
local ruby_version=''
if which rvm-prompt &> /dev/null; then
ruby_version="$(rvm-prompt i v g)"
else
if which rbenv &> /dev/null; then
...
2
votes
1answer
595 views
rvm doesn't set default ruby with zsh
I'm using zsh in OSX with rvm, but it doesn't load the default ruby at login:
in my .zshrc I have
source $ZSH/oh-my-zsh.sh
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
...
1
vote
3answers
412 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 ...
1
vote
2answers
137 views
How can I get Zsh to display the RVM gemset?
I'd like to have Zsh diplay the current RVM Ruby and gemset, for instance:
$ [ ethan@devlaptop ~/ ruby-1.9.3-p194@some_gemset ]
I've installed oh-my-zsh and I've activated the RVM plugin in my ...
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
93 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 ...
-1
votes
2answers
103 views
Can I load RVM as a background process and silence its job control message?
I need to Load RVM into a shell session as a function , so I execute this script in my zshrc.
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
However, this script ...
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
986 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
0
votes
1answer
287 views
How do I use bundle exec in Aptana Studio 3.0.9 to run the debugger?
Aptana seems to start in the sh shell. So I'm trying to switch to zsh, and execute commands to start a rails app.
I've changed my debug executable so that it runs a unix executable with the following ...
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 ...
0
votes
1answer
638 views
How do I keep my RVM environment from losing it's settings
I installed ZSH today and RVM, I set up Ruby 1.9.3 to be my default. When I type rvm use 1.9.3 --default and then went into my rails project and ran rails s it worked fine. If I close my terminal and ...
5
votes
3answers
2k views
Switching over to zsh breaks rails in command line
I just recently switched over to using zsh with oh-my-zsh and I am having issues using the rails command line tool. Here are the steps that I ran through, and the error that I am receiving.
I ran ...
0
votes
1answer
3k views
Why does ZSH return “Command not found” error for my RVM gems?
I used to run the default bash terminal that comes with Mac Os X Lion but have recently upgraded to ZSH with the Oh My Zsh addon.
Since then I get an odd error when using Ruby gems.
In essence all ...
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
2answers
431 views
rvm environment load
what I need to write to my environment to repair my rvm?
(and when I had put [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" into a top of .zshenv file and the .zshrc file ...
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 ...
5
votes
1answer
495 views
Zsh `which rvm` or `which gem` returns the function contents instead of the path
I've never had this problem before with my other machines but for some reason in ZSH whenever I type
which gem
or
which rvm
I get the function contents:
gem () {
local result
command gem "$@"
...
0
votes
1answer
410 views
Problem with RVM use
I am having trouble with using rvm use in zsh. Whenever I do rvm use 1.9.2 or other ruby version, it gives confirmation as Using /home/kxhitiz/.rvm/gems/ruby-1.9.2-p290
But when I do rvm list ruby ...
2
votes
1answer
1k views
How do I get RVM to be recognised in the terminal on my Mac?
I'm trying to get rails setup up on a mac following this tutorial and a tutorial on rubysource.com
I have installed oh-my-zsh and RVM but when I try the command:
rvm type | head -1
I get zsh: ...
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 ...
5
votes
4answers
4k views
Zsh & RVM woes (rvm-prompt doesn't resolve)
I recently saw the light and changed over to Zsh. I naturally used Oh My Zsh to configure it, as I'm noobish. So, there are several themes that have an rvm-prompt included and here is were my ...
2
votes
1answer
1k views
Rails3 RVM and zsh
I'm using Ubuntu 10.10 64bit and have just switched over to using ZSH today. After I logged out and back in to load the new zsh I experienced this problem:
...
1
vote
1answer
89 views
weird rvm list output
I'm getting this error when i do 'rvm list' command. I'm using oh-my-zsh, but loading it both in bash and zsh, I'm still getting the same error.
")syntax error: invalid arithmetic operator (error ...
1
vote
1answer
1k views
RVM + ZSH + OSX Problems
I have installed rvm using the instructions on the website.
I have also added the required following to mt .zshrc:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
Now, ...
42
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
444 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) ...
