You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update examples to LCG view 102 and AnalysisBase v22.2.113 (#24)
* Update examples to use LCG view 102 x86_64-centos7-gcc11-opt.
* Update examples to use AnalysisBase v22.2.113.
* Update use example in README to use information from LCG view 102.
@@ -174,7 +174,7 @@ This is done by injecting Bash snippets directly into the `bin/activate` script
174
174
vs.
175
175
```console
176
176
$ setupATLAS -3
177
-
$ lsetup "views LCG_101 x86_64-centos7-gcc10-opt"
177
+
$ lsetup "views LCG_102 x86_64-centos7-gcc11-opt"
178
178
$ . venv/bin/activate
179
179
```
180
180
* As the virtual environment is **prepended** to `PYTHONPATH` all packages installed in the virtual environment are automatically given higher precedence over existing packages of the same name found in the LCG view.
@@ -186,7 +186,7 @@ This is done by injecting Bash snippets directly into the `bin/activate` script
186
186
187
187
```console
188
188
$ setupATLAS -3
189
-
$ lsetup "views LCG_101 x86_64-centos7-gcc10-opt"
189
+
$ lsetup "views LCG_102 x86_64-centos7-gcc11-opt"
190
190
$ lsetup "rucio -w" # PYTHONPATH is altered by lsetup
191
191
$ command -v rucio # rucio is found
192
192
$ . venv/bin/activate
@@ -199,7 +199,7 @@ This is done by injecting Bash snippets directly into the `bin/activate` script
199
199
200
200
```console
201
201
$ setupATLAS -3
202
-
$ lsetup "views LCG_101 x86_64-centos7-gcc10-opt"
202
+
$ lsetup "views LCG_102 x86_64-centos7-gcc11-opt"
203
203
$ . venv/bin/activate
204
204
(venv) $ lsetup "rucio -w" # PYTHONPATH is altered by lsetup
0 commit comments