From f3411d1aa0faabc7fdff5e7c65b3e4af5b89b645 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 18 May 2017 13:41:26 -0400 Subject: Additional problematic conda version info Add steps to allow working around a problematic conda version --- source/compat.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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=``. + +----------- + If you spot a compatibility problem not listed here please let us know by sending an email to `help[at]stsci.edu`. .. note:: -- cgit