Installing Tapis CLI

Tapis CLI is available as a Python package. You can visit its GitHub repository or get the latest version from PyPI: pip install tapis-cli

We highly recommend using Python 3.7+ as the Python runtime behind Tapis CLI. We support Python 2.7 for legacy applications, but on a best-effort basis as Python 2.7 is a deprecated language.

From Source

$ git clone https://github.com/TACC-Cloud/tapis-cli.git
$ cd tapis-cli
$ pip install --upgrade --user .

Container Image

As an alternative to local installation, the CLI is available as a public DockerHub image tacc/tapis-cli:latest. Run it like so:

docker run --rm -it -v ${PWD}:/work -v ${HOME}/.agave:/root/.agave \
    tacc/tapis-cli:latest bash