Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion anaconda/install-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,13 @@ <h1 class="ds-heading-2 ds-padding-top-2">
environment from the IzODA channel on the Anaconda cloud.
<pre><code class="language-bash">
conda update
conda install bash=4.2
</code></pre>
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 <em>conda install</em> to restore the version of bash that has been tested
with Spark.
</p>
<h2 class="ds-heading-2 ds-padding-top-2">
Activate an Environment
Expand Down