aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Rendina <mrendina@stsci.edu>2018-09-07 10:18:08 -0400
committerMatt Rendina <mrendina@stsci.edu>2018-09-07 10:18:08 -0400
commit39afaad5eb7750bb28fdf85be5e79fd9a29f961c (patch)
treed65e345cf81085ae6475a90367c323793e0c8983
parentfec2c47a07313cea810b24aa6e7ab9dcf0298304 (diff)
downloadastroconda-releases-39afaad5eb7750bb28fdf85be5e79fd9a29f961c.tar.gz
Add missing parameterization.
-rwxr-xr-xjwstdp/utils/jwst_delivery_prep.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/jwstdp/utils/jwst_delivery_prep.sh b/jwstdp/utils/jwst_delivery_prep.sh
index 83f8d9b..3e3c0eb 100755
--- a/jwstdp/utils/jwst_delivery_prep.sh
+++ b/jwstdp/utils/jwst_delivery_prep.sh
@@ -20,8 +20,8 @@
spec_dir="/eng/ssb/websites/ssbpublic/astroconda-releases-staging/"
# Conda installer versions to suggest in README.md file.
-anaconda_ver="5.1.0"
-miniconda_ver="4.4.10"
+anaconda_ver="5.2.0"
+miniconda_ver="4.5.11"
tagname=$1
@@ -67,7 +67,7 @@ For detailed instructions of this step, please visit: http://docs.continuum.io/a
**For Anaconda:**
\`\`\`
-$ wget https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh
+$ wget https://repo.continuum.io/archive/Anaconda3-${anaconda_ver}-Linux-x86_64.sh
$ bash Anaconda3-${anaconda_ver}-Linux-x86_64.sh
$ export PATH=\$HOME/anaconda3/bin:\$PATH
\`\`\`
@@ -75,7 +75,7 @@ $ export PATH=\$HOME/anaconda3/bin:\$PATH
**For Miniconda (if preferred):**
\`\`\`
-$ wget https://repo.continuum.io/miniconda/Miniconda3-4.4.10-Linux-x86_64.sh
+$ wget https://repo.continuum.io/miniconda/Miniconda3-${miniconda_ver}-Linux-x86_64.sh
$ bash Miniconda3-${miniconda_ver}-Linux-x86_64.sh
$ export PATH=\$HOME/miniconda3/bin:\$PATH
\`\`\`