Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
6a84015b
Verified
Commit
6a84015b
authored
5 years ago
by
Adam Caprez
Browse files
Options
Downloads
Patches
Plain Diff
Move login node note up and make it info instead.
parent
54b5ab81
No related branches found
No related tags found
1 merge request
!216
Move login node note up and make it info instead.
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/applications/user_software/using_anaconda_package_manager.md
+8
-8
8 additions, 8 deletions
...lications/user_software/using_anaconda_package_manager.md
with
8 additions
and
8 deletions
content/applications/user_software/using_anaconda_package_manager.md
+
8
−
8
View file @
6a84015b
...
@@ -94,7 +94,14 @@ If the package is available, this will also display available package
...
@@ -94,7 +94,14 @@ If the package is available, this will also display available package
versions and compatible Python versions the package may be installed
versions and compatible Python versions the package may be installed
under.
under.
### Creating Custom Anaconda Environment
### Creating Custom Anaconda Environments
{{% notice info %}}
**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 %}}
The
`create`
command is used to create a new environment. It requires
The
`create`
command is used to create a new environment. It requires
at a minimum a name for the environment, and at least one package to
at a minimum a name for the environment, and at least one package to
...
@@ -122,13 +129,6 @@ Our new environment is now active, and we can use it. The shell prompt will cha
...
@@ -122,13 +129,6 @@ 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment