X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7db74f672f64b3e647a98c1d8e5978b50d79538d..37516bc14fdfe634c78764c15f3a8eb3a09b403c:/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 deleted file mode 100644 index 8b71c7d692..0000000000 --- a/doc/sdk/python/arvados-fuse.html.textile.liquid +++ /dev/null @@ -1,48 +0,0 @@ ---- -layout: default -navsection: sdk -navmenu: Python -title: Arvados FUSE driver -... -{% comment %} -Copyright (C) The Arvados Authors. All rights reserved. - -SPDX-License-Identifier: CC-BY-SA-3.0 -{% endcomment %} - -The Arvados FUSE driver is a Python utility that allows you to see the Keep service as a normal filesystem, so that data can be accessed using standard tools. This driver requires the Python SDK installed in order to access Arvados services. - -h2. Installation - -If you are logged in to a managed Arvados VM, the @arv-mount@ utility should already be installed. - -To use the FUSE driver elsewhere, you can install from a distribution package, or PyPI. - -h2. Option 1: Install from distribution packages - -First, "add the appropriate package repository for your distribution":{{ site.baseurl }}/install/packages.html - -{% assign arvados_component = 'python-arvados-fuse' %} - -{% include 'install_packages' %} - -h2. Option 2: Install with pip - -Run @pip install arvados_fuse@ in an appropriate installation environment, such as a virtualenv. - -Note: - -The FUSE driver uses @pycurl@ which depends on the @libcurl@ C library. To build the module you may have to first install additional packages. On Debian-based distributions you can install them by running: - - -
# apt install git build-essential python3-dev libcurl4-openssl-dev libssl-dev
-
-
- -
-$ apt-get install git build-essential python3-dev libcurl4-openssl-dev libssl-dev python3-llfuse
-
- -h3. Usage - -Please refer to the "Accessing Keep from GNU/Linux":{{site.baseurl}}/user/tutorials/tutorial-keep-mount-gnu-linux.html tutorial for more information.