diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2019-09-26 14:35:39 -0400 | 
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2019-09-26 14:35:39 -0400 | 
| commit | 73e94d1063b01e6e52bc65d83c673dde5d93b42b (patch) | |
| tree | d9e6147a103b9ac067b6ce1c2a4ccbadeae77667 /de/a | |
| parent | 2a5d930c15ef447d06797af036667da4a8cb913d (diff) | |
| download | astroconda-releases-73e94d1063b01e6e52bc65d83c673dde5d93b42b.tar.gz | |
Fix env name
Diffstat (limited to 'de/a')
| -rw-r--r-- | de/a/README.md | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/de/a/README.md b/de/a/README.md index 15d765e..b2c8b26 100644 --- a/de/a/README.md +++ b/de/a/README.md @@ -34,10 +34,10 @@ $ bash Miniconda3-4.7.10-Linux-x86_64.sh  $ export PATH=$HOME/miniconda3/bin:$PATH  ``` -## Install the pipeline +## Install the environment  ``` -$ conda create -n da-5 --file http://ssb.stsci.edu/releases/da/5/latest-linux +$ conda create -n de-a --file http://ssb.stsci.edu/releases/de/a/latest-linux  ```  ## Enter a BASH shell @@ -46,8 +46,8 @@ $ conda create -n da-5 --file http://ssb.stsci.edu/releases/da/5/latest-linux  $ bash  ``` -## Activate the pipeline environment +## Activate the environment  ``` -$ source activate da-5 +$ source activate de-a  ```  | 
