or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
conda and mamba on Rackham@UPPMAX, Dadel@PDC
Note: the following instructions do not apply for Bianca!
In case you insist using conda from the module system, please follow these instructions. Conda - best practices @ UPPMAX
If you experience unexpected problems with the
conda
provided by the module system on Rackham oranaconda3
on Dardel, you can easily install your own and maintain it yourself.- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →miniforge3
orminiconda3
in your project folder!- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Home folders at UPPMAX have 32GB (25GB on Dardel) which is rather limited storage space for most common conda installations.
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →miniforge3
orminiconda3
in your project folder!- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →.conda
directory and.condarc
in your home folder if you had ones from previous use. Look in your~/.bashrc
and remove leftovers from other conda installations. Delete everything between## >>> conda initialize >>>
and## <<< conda initialize <<<
including these two lines. Remove any exports related to conda i.e. VARIABLES starting withCONDA_
miniforge3
https://github.com/conda-forge/miniforgeDownload the installation media, run the installation, read and accept the user agreement, and redirect the installation to your project folder, preferably in
/proj/naiss2023-XXX-XX/nobackup/miniforge3
. Choose to initialize the shell.conda
setup, then disable the auto activation of the base environment. Working from the conda base environment might interfere with the software modules provided by the computer center.conda
worksCONDA_ENVS_PATH
if you want to specify different location than the default miniconda3/miniforge3 sub-folder for the new conda environments.Advantages and disadvantages of user/project installation
Advantages:
(base)
environment (although not a good practice).Disadvantages
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →If you insist on using conda from the module system
Conda - "best practices" - UPPMAX
Beyond conda and mamba
conda
,mamba
,poetry
,pip
Troubleshooting conda provided on Rackham
~/.bashrc
for conda configuration and remove these lines - if uncertain - copy them in another file, for safety…conda init --reverse
to reverse the damage. This is problematic only on Rackham and Bianca, where this is not the correct way to activate conda.Contacts:
tags:
UPPMAX
,PDC
,conda
,mamba