command
module
Version:
v1.0.0-rc.1
Opens a new window with list of versions in this module.
Published: Dec 9, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.