Clarify runtime vs installation export of TZ.
parent
8da7bd71b2
commit
44a87c53eb
|
@ -181,6 +181,8 @@ This can be amended by setting the environment variable manually before attempti
|
|||
export TZ='Europe/Ljubljana'
|
||||
```
|
||||
|
||||
Note: if this is needed to avoid runtime issues, you need to either define this environment variable in each new terminal window or (better) define it in your `~/.bashrc` or `~/.bash_profile`.
|
||||
|
||||
## Possible runtime issues
|
||||
### Unix end of line characters
|
||||
|
||||
|
|
Loading…
Reference in New Issue