Skip to content

Commit 37f989c

Browse files
authored
Update README_ForBScStudents.md
1 parent 5467308 commit 37f989c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README_ForBScStudents.md

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ echo 'source '${rootsetup}'' >> ~/.bashrc
5757
cd ..
5858
echo 'cd '${PWD}'' >> ~/.bashrc
5959
```
60+
If you are working on a system with cvmfs you can also grep it from there. For example
61+
```sh
62+
source /cvmfs/sft.cern.ch/lcg/views/setupViews.sh LCG_105 x86_64-centos7-gcc12-opt
63+
```
6064

6165
### Install PYTHIA8.3
6266
```sh

0 commit comments

Comments
 (0)