remote-conda

command module
v1.0.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

README

travis-ci appveyor

Remote-conda

Install conda packages in remote hosts

Installation

Look at the releases page for binaries.

Usage

remote-conda is a basic CLI that has the basic conda commands: install, remove, list and follows the same API as conda with some extra options:

  • Host/IP (--host/-x). Can be used multiple times
  • User (--user/-u) is the username to ssh into the hosts
  • Private key (--pkey/-k) to ssh into the hosts
  • Pip Path (--conda/-p), useful to manage packages in multiple virtual environments. Default: /opt/anaconda/bin/conda

Examples:

$ remote-conda install numpy -u ubuntu -k ~/.ssh/key.pem -x myhost1
$ remote-conda remove numpy -u ubuntu -k ~/.ssh/key.pem -x myhost1 -x myhost2

# Another conda location
$ remote-conda list -u ubuntu -k ~/.ssh/key.pem -x myhost1 -p /user/ubuntu/anaconda/bin/conda

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL