summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-05-18 13:41:26 -0400
committerGitHub <noreply@github.com>2017-05-18 13:41:26 -0400
commitf3411d1aa0faabc7fdff5e7c65b3e4af5b89b645 (patch)
treefb978d8f87105d2291f9ac3ce391ef2fbea659c3 /source
parent7c96b28478d9b68d13b0c8e46f842c148afe888d (diff)
downloadastroconda-f3411d1aa0faabc7fdff5e7c65b3e4af5b89b645.tar.gz
Additional problematic conda version info
Add steps to allow working around a problematic conda version
Diffstat (limited to 'source')
-rw-r--r--source/compat.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/compat.rst b/source/compat.rst
index 4ff5327..a8861d1 100644
--- a/source/compat.rst
+++ b/source/compat.rst
@@ -15,6 +15,20 @@ These versions of the conda package and environment management tool itself are k
| 4.1.6 |
+----------------------------+
+If you have an indicated version of conda installed you may want to upgrade to a newer version with
+
+``conda update conda``
+
+Once completed, check that the newly installed version is not indicated above as a problematic version. If it is indicated, you may have to downgrade to a previous version of conda in order to obtain one that has not been identified problematic.
+
+``conda search conda``
+
+will display a list of all versions of conda available. Select a version from the search list that does not appear in the table above and run
+
+``conda install conda=<version>``.
+
+-----------
+
If you spot a compatibility problem not listed here please let us know by sending an email to `help[at]stsci.edu`.
.. note::