From 3f7beddabc7a4d6c8cfdd568696a97b3b33753f8 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Tue, 11 Aug 2015 21:37:50 -0400 Subject: [PATCH] Updated command to list all installed Ruby versions. --- commands/misc.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc.ipynb b/commands/misc.ipynb index 1bb2f63..eb017fb 100644 --- a/commands/misc.ipynb +++ b/commands/misc.ipynb @@ -313,7 +313,7 @@ "!rvm list known\n", "\n", "# List all installed Ruby versions\n", - "!rvm rubies\n", + "!rvm list\n", "\n", "# Install a specific Ruby version\n", "!rvm install 2.1.5\n",