Skip to content

Commit 552918a

Browse files
i heard typos are bad
1 parent 18c14e7 commit 552918a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

episodes/00-setup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@ make # add -j $(nproc) if you would like to compile on multiple cores (recommend
112112
source ratpac.sh
113113
```
114114
and _voila_!
115-
:::::callout
115+
116+
::::: callout
116117
You can also install ratpac-two itself via `./setup.sh ratpac`, but this is not recommended if you plan on working on the code yourself.
117118
:::::
118-
:::::caution
119+
::::: caution
119120
A common mishap with this method is that you are running these commands in a shell polluted by other enviornment variables. Be extra careful that you do not have another instance of root or geant4 installed somewhere else on your system that's polluting your environment variables, as this might cause the compilation procedure to misbehave. Double check that there's no reference to external geant4/root installed in your `~/.bashrc`. You can also examine the environment variables currently set in your shell by running `env`. Make sure that there's no variables pointing to binaries / data files elsewhere in your system.
120121

121122
Whenever a installation breaks, the first thing to try should be to close out of your terminal / ssh session, and try the install again in a clean shell.

0 commit comments

Comments
 (0)