From bfe426c3abd5e7ff1c08f18b4ca1f4f767726680 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Thu, 12 Oct 2017 22:47:00 -0400 Subject: [PATCH] Add a note about restoring bash to version 4.2. Conda upgrade will upgrade bash to 4.3, and many users (including Spark users) may not want that. --- anaconda/install-config.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda/install-config.html b/anaconda/install-config.html index df23a04..aac1ad4 100644 --- a/anaconda/install-config.html +++ b/anaconda/install-config.html @@ -178,10 +178,13 @@

environment from the IzODA channel on the Anaconda cloud.

   conda update
+  conda install bash=4.2
 
This step is necessary because updates are frequently made to the packages of the Anaconda root environment. The PID version of IzODA will usually be downlevel from - the version that exists in the IzODA Anaconda channel. + the version that exists in the IzODA Anaconda channel. If you use Spark, you should + also run the conda install to restore the version of bash that has been tested + with Spark.

Activate an Environment