Outdated Version

You are viewing an older version of this section. View current production version.

PIP

MemSQL Ops has been deprecated

Please follow this guide to learn how to migrate to SingleStore tools.

Controls the Python dependencies used in Ops’s Spark distribution.

Usage

usage: memsql-ops pip [--settings-file SETTINGS_FILE] [--async] [-j]
                      {install,uninstall,list} [package_name]

Control the Python dependencies used in Ops's Spark distribution..

positional arguments:
  {install,uninstall,list}
                        The action to run.
  package_name          The package to install or remove. This may also be a
                        path to a local file.

optional arguments:
  --settings-file SETTINGS_FILE
                        A path to a MemSQL Ops settings.conf file. If not set,
                        we will use the file in the same directory as the
                        MemSQL Ops binary.
  --async               If this option is true, we will exit without waiting
                        for the dependencies to be fully set up.
  -j, --json            Print output as JSON. Only valid for the list action.