diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-05-18 13:41:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-18 13:41:26 -0400 |
commit | f3411d1aa0faabc7fdff5e7c65b3e4af5b89b645 (patch) | |
tree | fb978d8f87105d2291f9ac3ce391ef2fbea659c3 | |
parent | 7c96b28478d9b68d13b0c8e46f842c148afe888d (diff) | |
download | astroconda-f3411d1aa0faabc7fdff5e7c65b3e4af5b89b645.tar.gz |
Additional problematic conda version info
Add steps to allow working around a problematic conda version
-rw-r--r-- | source/compat.rst | 14 |
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:: |