Created
January 27, 2011 05:10
-
-
Save fullsailor/798102 to your computer and use it in GitHub Desktop.
RVM .rvmrc weirdness
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12:06:35am [andrew@mbp]:code | |
$ cd my_project/ | |
=============================================================== | |
= NOTICE: = | |
=============================================================== | |
= RVM has encountered a not yet trusted .rvmrc file in the = | |
= current working directory which may contain nasty code. = | |
= = | |
= Examine the contents of this file to be sure the contents = | |
= are good before trusting it! = | |
= = | |
= Press 'q' to exit the reader when finished reading the file = | |
=============================================================== | |
(press enter to continue when ready) | |
Examining /Users/andrewsmith/code/my_project/.rvmrc complete. | |
================================================================ | |
= Trusting an .rvmrc file means that whenever you cd into the = | |
= directory RVM will excecute this .rvmrc script in your shell = | |
= = | |
= Now that you have examined the contents of the file, do you = | |
= wish to trust this .rvmrc from now on? = | |
================================================================ | |
(yes or no) > no | |
error: Gemset 'my_project' does not exist, rvm gemset create 'my_project' first. | |
warn: ruby ruby-1.8.7-p302 is not installed. | |
To install do: 'rvm install ruby-1.8.7-p302' | |
12:06:51am [andrew@mbp](master):my_project | |
$ WTF?! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RVM didn't listen when I said no. It raped my shell.