Skip to content
Snippets Groups Projects
Commit 902ff715 authored by Elias Werner's avatar Elias Werner
Browse files

changes after review

parent f19d2798
No related branches found
No related tags found
5 merge requests!333Draft: update NGC containers,!322Merge preview into main,!319Merge preview into main,!279Draft: Machine Learning restructuring,!258Data Analytics restructuring
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Virtual environments allow users to install additional python packages and create an isolated Virtual environments allow users to install additional python packages and create an isolated
run-time environment. We recommend using `virtualenv` for this purpose. In your virtual environment, run-time environment. We recommend using `virtualenv` for this purpose. In your virtual environment,
you can use packages from the (Complete List of Modules) or if you didn't find what you need you can you can use packages from the [modules list](modules.md) or if you didn't find what you need you can
install required packages with the command: `pip install`. With the command `pip freeze`, you can install required packages with the command: `pip install`. With the command `pip freeze`, you can
see a list of all installed packages and their versions. see a list of all installed packages and their versions.
...@@ -36,7 +36,7 @@ marie@alpha$ mkdir python-environments #Optional: Create folder. Please use W ...@@ -36,7 +36,7 @@ marie@alpha$ mkdir python-environments #Optional: Create folder. Please use W
Now we check available Python modules and load the preferred version: Now we check available Python modules and load the preferred version:
```console ```console
marie@alpha$ ml av Python #Check the available modules with Python marie@alpha$ module avail Python #Check the available modules with Python
marie@alpha$ module load Python #Load default Python. Example output: Module Python/3.7 4-GCCcore-8.3.0 with 7 dependencies loaded marie@alpha$ module load Python #Load default Python. Example output: Module Python/3.7 4-GCCcore-8.3.0 with 7 dependencies loaded
marie@alpha$ which python #Check which python are you using marie@alpha$ which python #Check which python are you using
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment