diff options
author | Arun Isaac | 2022-01-28 13:38:20 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-28 13:38:20 +0530 |
commit | 2b629077ba1ec52233c118707d44dca2fb5e6afb (patch) | |
tree | 29adcbc4a012cd14a26aba5381b9507f0eb2243b /README.md | |
parent | fab4168e813524f8d904cd93e1e4810f9768a09c (diff) | |
download | genenetwork2-2b629077ba1ec52233c118707d44dca2fb5e6afb.tar.gz |
Revert "bin: Do not set environment variables set by guix shell."
This reverts commit 344e428126b60932bff4c62c5ded8c36519155e8.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,6 +46,10 @@ Also mariadb and redis need to be running, see ## Development +It may be useful to pull in the GN3 python modules locally. For this +use `GN3_PYTHONPATH` environment that gets injected in +the ./bin/genenetwork2 startup. + ## Testing To have tests pass, the redis and mariadb instance should be running, because of |