diff options
author | Matt Rendina <mrendina@stsci.edu> | 2019-05-15 09:19:41 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2019-05-15 09:19:41 -0400 |
commit | 508fff75bea269152011b4101c6dac46db103b0f (patch) | |
tree | 06a66af7a2344f28a9e2b398ae270149ba2c4387 | |
parent | 9705f3c743cb2f7ce038d38f7270842d67568c06 (diff) | |
download | astroconda-releases-JWSTDP-0.13.2.tar.gz |
Update conda installer versionsJWSTDP-0.13.2
-rw-r--r-- | jwstdp/0.13.2/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jwstdp/0.13.2/README.md b/jwstdp/0.13.2/README.md index 9a00747..b7266b4 100644 --- a/jwstdp/0.13.2/README.md +++ b/jwstdp/0.13.2/README.md @@ -22,16 +22,16 @@ For detailed instructions of this step, please visit: http://docs.continuum.io/a **For Anaconda:** ``` -$ wget https://repo.continuum.io/archive/Anaconda3-2018.12-Linux-x86_64.sh -$ bash Anaconda3-2018.12-Linux-x86_64.sh +$ wget https://repo.continuum.io/archive/Anaconda3-2019.03-Linux-x86_64.sh +$ bash Anaconda3-2019.03-Linux-x86_64.sh $ export PATH=$HOME/anaconda3/bin:$PATH ``` **For Miniconda (if preferred):** ``` -$ wget https://repo.continuum.io/miniconda/Miniconda3-4.5.12-Linux-x86_64.sh -$ bash Miniconda3-4.5.12-Linux-x86_64.sh +$ wget https://repo.continuum.io/miniconda/Miniconda3-4.6.14-Linux-x86_64.sh +$ bash Miniconda3-4.6.14-Linux-x86_64.sh $ export PATH=$HOME/miniconda3/bin:$PATH ``` |