Skip to content
Snippets Groups Projects

Update conda page and fix broken link

Merged Natasha Pavlovikj requested to merge anaconda_page_update into master
2 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -122,6 +122,13 @@ Our new environment is now active, and we can use it. The shell prompt will cha
@@ -122,6 +122,13 @@ Our new environment is now active, and we can use it. The shell prompt will cha
### Adding and Removing Packages from an Existing Environment
### Adding and Removing Packages from an Existing Environment
 
{{% notice note %}}
 
**NOTE:** By default, conda packages are installed in the user's `home` directory.
 
Since Crane's `home` directories are not writeable from the worker nodes,
 
the commands for installing, adding and removing conda packages shown here
 
should be performed on the **login node**, and not as part of an interactive or SLURM job.
 
{{% /notice %}}
 
To install additional packages in an environment, use the `install`
To install additional packages in an environment, use the `install`
subcommand. Suppose we want to install iPython in our 'mynumpy'
subcommand. Suppose we want to install iPython in our 'mynumpy'
environment. While the environment is active, use `install `with no
environment. While the environment is active, use `install `with no
@@ -230,7 +237,7 @@ Jupyter Notebook. To do so, follow the steps below, replacing
@@ -230,7 +237,7 @@ Jupyter Notebook. To do so, follow the steps below, replacing
server.
server.
3. Click the logout button in the top right corner.
3. Click the logout button in the top right corner.
2. Using the command-line environment, load the target conda
2. Using the command-line environment of the **login node**, load the target conda
environment:
environment:
{{< highlight bash >}}conda activate myenv{{< /highlight >}}
{{< highlight bash >}}conda activate myenv{{< /highlight >}}
Loading