Update Linux Introduction

2024-05-02 13:29:25 +02:00
parent 48fe3001bb
commit 884dcdd51f

@ -53,7 +53,10 @@ Data, Data Processing , Conda etc. should be in `/data/user/$username`, as it ne
## Software
### Installations
Software can be used in two ways:
1. load the available software via a [Pmodule](Pmodules)
2. Install your software locally (in `/data/user/$username`)
To check, which executable you are actually running on and which version is running, you can do: `$ which python` or ` $ python --version`.