Skip to content
Snippets Groups Projects

Added Conda commands and newer/older notes

Merged Caughlin Bohn requested to merge anacondaBlurb into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -97,7 +97,7 @@ install.  For example, suppose we wish to create a new environment, and
need version 1.8 of NumPy.
{{% notice info %}}
The `conda create` command must be ran on the login node.
The `conda create` command must be run on the login node.
{{% /notice %}}
{{% panel theme="info" header="Create a new environment by providing a name and package specification" %}}
@@ -172,7 +172,7 @@ conda install ipython
{{% /panel %}}
{{% notice info %}}
The `conda install` command must be ran on the login node.
The `conda install` command must be run on the login node.
{{% /notice %}}
If you aren't currently in the environment you wish to install the
Loading