9309: Bugfix Ruby source install instructions for CentOS.
[arvados.git] / doc / install / install-shell-server.html.textile.liquid
index dd5995ffdde442c85f665cb5feae14fd9b0fe879..6f7de40872613f502f9a94f1fc9894feb5f1e865 100644 (file)
@@ -36,7 +36,7 @@ Next, install the arvados-cli Ruby gem.  If you're using RVM:
 If you're not using RVM:
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo gem install arvados-cli</span>
+<pre><code>~$ <span class="userinput">sudo -i gem install arvados-cli</span>
 </code></pre>
 </notextile>
 
@@ -47,14 +47,14 @@ h2. Install the Python SDK and utilities
 On Debian-based systems:
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo apt-get install python-arvados-python-client python-arvados-fuse</span>
+<pre><code>~$ <span class="userinput">sudo apt-get install python-arvados-python-client python-arvados-fuse crunchrunner</span>
 </code></pre>
 </notextile>
 
 On Red Hat-based systems:
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo yum install python27-python-arvados-python-client python27-python-arvados-fuse</span>
+<pre><code>~$ <span class="userinput">sudo yum install python27-python-arvados-python-client python27-python-arvados-fuse crunchrunner</span>
 </code></pre>
 </notextile>