Bug #10269
closedUpgrade 2.1.2 to 2.1.3 fail
Description
Upgrade 2.1.2 to 2.1.3 fail
on Debian 7
log:
[2014-09-20 11:57:08] migrate_rubies_alias
migrate_rubies_alias ()
{
"$rvm_scripts_path/alias" delete "$migrate_alias_name";
"$rvm_scripts_path/alias" create "$migrate_alias_name" "$migrate_new_alias_name"
}
current path: /home/ruby
GEM_HOME=/home/ruby/.rvm/gems/ruby-2.1.2
PATH=/home/ruby/.rvm/gems/ruby-2.1.2/bin:/home/ruby/.rvm/gems/ruby-2.1.2@global/bin:/home/ruby/.rvm/rubies/ruby-2.1.2/bin:/usr/local/bin:/us
r/bin:/bin:/usr/local/games:/usr/games:/home/ruby/.rvm/bin:/home/ruby/.rvm/bin
GEM_PATH=/home/ruby/.rvm/gems/ruby-2.1.2:/home/ruby/.rvm/gems/ruby-2.1.2@global
command(1): migrate_rubies_alias
- /home/ruby/.rvm/scripts/alias delete ruby-2.1.3
.[32mDeleting alias: ruby-2.1.3.[0m|./.-..|./.-..|..-..|./.-..|./.-..|./.-..|./.-... - /home/ruby/.rvm/scripts/alias create ruby-2.1.3 default
ruby-2.1.3 is a full ruby name and can not be used as alias name.
Updated by normalperson (Eric Wong) about 10 years ago
Sergey.V.Ezhov@gmail.com wrote:
ruby-2.1.3 is a full ruby name and can not be used as alias name.
This is an RVM problem, please see http://rvm.io/ for help and
bug reporting options.
Updated by hsbt (Hiroshi SHIBATA) about 10 years ago
- Status changed from Open to Third Party's Issue