Skip to content
Snippets Groups Projects
Commit f11a6f6a authored by David Verelst's avatar David Verelst
Browse files

refer to the pbsutils repo in the how-to-make-DLCs docs

parent 4392493d
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -131,8 +131,20 @@ by editing the file ```.bash_profile``` file in your Gorm’s home directory ...@@ -131,8 +131,20 @@ by editing the file ```.bash_profile``` file in your Gorm’s home directory
or create a new file with this file name in case it doesn't exist): or create a new file with this file name in case it doesn't exist):
``` ```
PATH=$PATH:/home/MET/STABCON/repositories/cluster-tools/ export PATH=$PATH:/home/MET/STABCON/repositories/toolbox/pbsutils/
export PATH ```
(The corresponding open repository is on the DTU Wind Energy Gitlab server:
[pbsutils](https://gitlab.windenergy.dtu.dk/toolbox/WindEnergyToolbox). Please
considering reporting bugs and/or suggest improvements there. You're contributions
are much appreciated!)
If you have been using an old version of this how-to, you might be pointing
to an earlier version of these tools/utils and its reference should be removed
from your ```.bash_profile``` file:
```
export PATH=$PATH:/home/MET/STABCON/repositories/cluster-tools/
``` ```
After modifying ```.bash_profile```, save and close it. Then, in the terminal, run the command: After modifying ```.bash_profile```, save and close it. Then, in the terminal, run the command:
......
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