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
MD2-lab Conda setup
Setup
To use Conda on Rackham…
Providing, that the file access is set correct, everyone with the access to this $CONDA_ENVS_PATH can load any of the installed environments…
python3 program
You can fix these lines by running
sed -ie 's/#!\/usr\/bin\/python3/#!\/usr\/bin\/env python3/' */*.py
in the top folder.Removing the installation
The conda environment is about 2GB large, so if you do not need it anymore, you can remove it.
Troubleshooting
If Python finds modules outside the conda environment (like the example below) - lines 4,6-8,10.
Solution: Execute
export PYTHONNOUSERSITE=True
after you have activated the MD2-lab environment and check again to make sure that modules fromase info
are pointing to the conda setup.Make sure it points a
python3
in the conda environment you activated.Solution
On Rackham, look in your ~/.bashrc and remove all lines between
Log out and log in again, then follow the instructions above instructions.
Unexpected behavior or results
The original lab was setup and tested with the following versions of these tools
Compiler: GNU C++ 7.4.0 with OpenMP 4.5
Pre-installed MD2-lab conda environment on Rackham
To use the pre-installed conda enviroment
Contacts:
tags:
UPPMAX
,SNIC
,MD
,conda
,lab
,education