diff options
| author | Frederick Muriuki Muriithi | 2025-09-04 13:12:40 -0500 |
|---|---|---|
| committer | Pjotr Prins | 2026-01-05 11:12:10 +0100 |
| commit | 82426490c55d2bf696abe77925e6e04343326d13 (patch) | |
| tree | 5caa7bac0b53af3b7c1cbac4dda75a0699d1e9ef | |
| parent | 1c16045f00e6d6b6057136784160dcbc02ded668 (diff) | |
| download | gn-gemtext-82426490c55d2bf696abe77925e6e04343326d13.tar.gz | |
Add a note on settings.
| -rw-r--r-- | issues/genenetwork2/remove-bin-genenetwork2-script.gmi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/issues/genenetwork2/remove-bin-genenetwork2-script.gmi b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi index f21f44c..0dab886 100644 --- a/issues/genenetwork2/remove-bin-genenetwork2-script.gmi +++ b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi @@ -52,6 +52,8 @@ export GEMMA_WRAPPER_COMMAND="${GN2_PROFILE}/bin/gemma-wrapper" export REQUESTS_CA_BUNDLE="${GUIX_ENVIRONMENT}/etc/ssl/certs/ca-certificates.crt" ``` +Note that, you can define all the variables derived from "GN2_PROFILE" in your settings file, if such a settings file is computed. + ### Running Unit Tests To run unit tests, run pytest at the root of the repository. |
