blob: 2a30469cd691ba51658dea8043967adddfa30a20 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# ssb-utils
A collection of wrappers for use by the Science Software Branch at STScI.
# Installation
```bash
git clone http://github.com/astroconda/ssb-utils.git
```
It is recommended you copy the `ssb-utils` directory to a "safe" place (i.e. not your `Downloads` directory)
# Requirements
- BASH >=3.2
## conda.sh
### Activation
```bash
source /path/to/ssb-utils/conda.sh
```
### Usage
```bash
$ ssb --help
Usage: ssb {-i|-u} {-p|-d} [-an] [[package] ...]
General Arguments:
--help -h This usage message
--name [env] -n Update existing environment by name
--public -p Use astroconda
--dev -d Use conda-dev
--all -a Update all packages (supersedes [package] requests)
--yes -y Do not prompt (use with care)
Mode Arguments:
--install -i Perform an installation
--update -u Perform an update
Positional Arguments:
package Name of package(s) to update
```
# Support
Use at your own risk.
|