| ... | @@ -12,10 +12,15 @@ Find below a guide to: |
... | @@ -12,10 +12,15 @@ Find below a guide to: |
|
|
## Configure your shell environement for Pulsation-tools
|
|
## Configure your shell environement for Pulsation-tools
|
|
|
|
|
|
|
|
### Configure your .bashrc
|
|
### Configure your .bashrc
|
|
|
- Paste this [text](https://gitlab.in2p3.fr/christophe.hourdin/pulsation-tools/-/wikis/bashrc) in your .bashrc
|
|
- Copy the file scripts/bash_pulsation in your HOME directory as .bash_pulsation
|
|
|
- Customize the WORKDIR_EXP, SCRATCHDIR_EXP, STOREDIR_EXP directories to suit your environment (the first lines)
|
|
- Customize the WORKDIR_EXP, SCRATCHDIR_EXP, STOREDIR_EXP directories to suit your environment (the first lines)
|
|
|
|
- add in your .bashrc the following line:
|
|
|
```
|
|
```
|
|
|
. .bashrc # to refresh your environment
|
|
. .bash_pulsation
|
|
|
|
```
|
|
|
|
- refresh your environment with
|
|
|
|
```
|
|
|
|
. .bashrc
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
### Create the exp directory and download the pulsation-tools environment
|
|
### Create the exp directory and download the pulsation-tools environment
|
| ... | |
... | |
| ... | | ... | |