[ARVADOS] updated: 1.3.0-932-gd2b4d617f

Git user git at public.curoverse.com
Tue May 21 14:37:08 UTC 2019


Summary of changes:
 doc/sdk/python/arvados-fuse.html.textile.liquid | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  d2b4d617f9db68b9f0556439f646257352c715ee (commit)
      from  0559157e003b8f3611014142dfee4ed15d0ddc8f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d2b4d617f9db68b9f0556439f646257352c715ee
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Tue May 21 10:36:24 2019 -0400

    Our Python SDK now also supports version 3.4+, update the fuse drive doc page
    accordingly.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/doc/sdk/python/arvados-fuse.html.textile.liquid b/doc/sdk/python/arvados-fuse.html.textile.liquid
index 616973476..6bf7950b2 100644
--- a/doc/sdk/python/arvados-fuse.html.textile.liquid
+++ b/doc/sdk/python/arvados-fuse.html.textile.liquid
@@ -19,7 +19,7 @@ If you are logged in to an Arvados VM, the @arv-mount@ utility should already be
 To use the FUSE driver elsewhere, you can install from a distribution package, PyPI, or source.
 
 {% include 'notebox_begin' %}
-The Python SDK requires Python 2.7.
+The Python SDK supports Python 2.7 and 3.4+
 {% include 'notebox_end' %}
 
 h4. Option 1: Install from distribution packages
@@ -46,7 +46,7 @@ On Debian-based systems:
 
 h4. Option 2: Install with pip
 
-Run @pip-2.7 install arvados_fuse@ in an appropriate installation environment, such as a virtualenv.
+Run @pip install arvados_fuse@ in an appropriate installation environment, such as a virtualenv.
 
 h4. Option 3: Install from source
 
@@ -55,7 +55,7 @@ Install the @python-setuptools@ package from your distribution.  Then run the fo
 <notextile>
 <pre><code>~$ <span class="userinput">git clone https://github.com/curoverse/arvados.git</span>
 ~$ <span class="userinput">cd arvados/services/fuse</span>
-~/arvados/services/fuse$ <span class="userinput">python2.7 setup.py install</span>
+~/arvados/services/fuse$ <span class="userinput">python setup.py install</span>
 </code></pre>
 </notextile>
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list