Draft
Conversation
Premas
reviewed
Apr 16, 2025
| !!! note | ||
|
|
||
| The `base` environment is installed in a shared location and cannot be modified by researchers. Other environments are installed in your home directory by default. | ||
| The `base` environment is installed in a shared location and cannot be modified by researchers. Other environments are installed in your home directory by default at `/home/$USER/.conda/`. |
Contributor
There was a problem hiding this comment.
Should we give the default path to other enviornment as /home/$USER/.conda/envs
Premas
reviewed
Apr 16, 2025
| !!! important | ||
|
|
||
| We have released new A100 gpus on Cheaha! For more information please see [GPUs](cheaha/slurm/gpu.md). | ||
| Anaconda has changed its [Terms of Service]. As a consequence, UAB employees are no longer allowed to use the Anaconda Distribution and Anaconda channels within the `conda` software. We are in the process of replacing Anaconda on Cheaha with Miniforge. |
Contributor
There was a problem hiding this comment.
Missing link for "Terms of Service".
Premas
reviewed
Apr 16, 2025
docs/workflow_solutions/shell.md
Outdated
|
|
||
| - [Explain Shell](https://explainshell.com/): An educational tool providing detailed explanations of individual commands in relatively reasonably-plain English. This tool doesn't explain what a command does at a high level nor its purpose or intent, only the details of the parts making up the command. | ||
| - [ShellCheck](https://www.shellcheck.net/): An online tool for conducting static analysis checks on shell scripts. The Git repository for this tool can be found [here](https://github.com/koalaman/shellcheck ) and it can also be installed via [Anaconda]( https://anaconda.org/conda-forge/shellcheck). | ||
| - [ShellCheck](https://www.shellcheck.net/): An online tool for conducting static analysis checks on shell scripts. The Git repository for this tool can be found [here](https://github.com/koalaman/shellcheck) and it can also be installed via [`conda`]. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Overview
Change as much content as possible from Anaconda to a more appropriate term given the local context of each use of the term.
Proposed Changes
Too many to list. It is easier to list the parts that are not changed.
Related Issues
Related to #777