X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9c0ea426167e01ea69ff022a811803aa95a302d4..720ac44caf998a136b64b7968253dd68972a69f4:/doc/sdk/python/arvados-fuse.html.textile.liquid diff --git a/doc/sdk/python/arvados-fuse.html.textile.liquid b/doc/sdk/python/arvados-fuse.html.textile.liquid index 6169734768..b900dc932f 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 Arvados FUSE driver requires Python 2.7 {% 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
~$ git clone https://github.com/curoverse/arvados.git
 ~$ cd arvados/services/fuse
-~/arvados/services/fuse$ python2.7 setup.py install
+~/arvados/services/fuse$ python setup.py install