Skip to content

Instantly share code, notes, and snippets.

@DougHall
Created December 8, 2011 22:37
Show Gist options
  • Save DougHall/1449009 to your computer and use it in GitHub Desktop.
Save DougHall/1449009 to your computer and use it in GitHub Desktop.
rvm session, problem renaming gemsets
mu163:stations dhall$ rvm gemset list
gemsets for ruby-1.9.2-p290 (found in /Users/dhall/.rvm/gems/ruby-1.9.2-p290)
global
j3
ostations
rails
static
stations
=> stations313
mu163:stations dhall$ rvm gemset delete ostations
WARN: Are you SURE you wish to remove the entire gemset directory 'ostations' (/Users/dhall/.rvm/gems/ruby-1.9.2-p290@ostations)?
(anything other than 'yes' will cancel) > yes
mu163:stations dhall$ rvm gemset rename stations oldstations
mu163:stations dhall$ rvm gemset list
gemsets for ruby-1.9.2-p290 (found in /Users/dhall/.rvm/gems/ruby-1.9.2-p290)
global
j3
oldoldstations
rails
static
stations
=> stations313
mu163:stations dhall$ rvm gemset list
gemsets for ruby-1.9.2-p290 (found in /Users/dhall/.rvm/gems/ruby-1.9.2-p290)
global
j3
oldoldstations
rails
static
stations
=> stations313
mu163:stations dhall$ rvm gemset rename oldoldstations oldstations
ERROR: Gemset oldstations already exists!
mu163:stations dhall$ rvm gemset list
gemsets for ruby-1.9.2-p290 (found in /Users/dhall/.rvm/gems/ruby-1.9.2-p290)
global
j3
oldoldstations
oldstations
rails
static
stations
=> stations313
mu163:stations dhall$ rvm --version
rvm 1.10.0-pre by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment