Skip to content

Commit 2377e02

Browse files
fix: Update LCG view to LCG_98python3 (#7)
* Update the LCG view used to LCG_98python3 - Uses Python 3.7 as runtime
1 parent 9110be5 commit 2377e02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/introduction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ First we need to set up the 'views' with the right paths to ensure we use the co
3838
```
3939
$ export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
4040
$ source $ATLAS_LOCAL_ROOT_BASE/user/atlasLocalSetup.sh
41-
$ lsetup "views LCG_96bpython3 x86_64-centos7-gcc8-opt"
42-
$ export PYTHONPATH=/cvmfs/sft.cern.ch/lcg/views/LCG_96bpython3/x86_64-centos7-gcc8-opt/python:/cvmfs/sft.cern.ch/lcg/views/LCG_96bpython3/x86_64-centos7-gcc8-opt/lib
41+
$ lsetup "views LCG_98python3 x86_64-centos7-gcc8-opt"
42+
$ export PYTHONPATH=/cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc8-opt/python:/cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc8-opt/lib
4343
```
4444
4545
Then we can go ahead and create the virtual environment
@@ -58,8 +58,8 @@ First we need to set up the 'views' with the right paths to ensure we use the co
5858
```
5959
$ export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
6060
$ source $ATLAS_LOCAL_ROOT_BASE/user/atlasLocalSetup.sh
61-
$ lsetup "views LCG_96bpython3 x86_64-slc6-gcc8-opt"
62-
$ export PYTHONPATH=/cvmfs/sft.cern.ch/lcg/views/LCG_96bpython3/x86_64-slc6-gcc8-opt/python:/cvmfs/sft.cern.ch/lcg/views/LCG_96bpython3/x86_64-slc6-gcc8-opt/lib
61+
$ lsetup "views LCG_98python3 x86_64-slc6-gcc8-opt"
62+
$ export PYTHONPATH=/cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-slc6-gcc8-opt/python:/cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-slc6-gcc8-opt/lib
6363
```
6464
6565
Then we can go ahead and create the virtual environment

0 commit comments

Comments
 (0)