diff options
author | Arun Isaac | 2022-01-03 17:51:04 +0530 |
---|---|---|
committer | Arun Isaac | 2022-01-04 12:10:56 +0530 |
commit | 2f94ca83b2ab9928760f278faaa9c5e354a4fecf (patch) | |
tree | 4a1f16f4dc8b2aa650ed42aaa947b104ec1bd814 /README.md | |
parent | 9973943adc7cb8f7866f8e18289ae841775dad6f (diff) | |
download | genenetwork2-2f94ca83b2ab9928760f278faaa9c5e354a4fecf.tar.gz |
bin: Do not set environment variables set by guix shell.
The Guix python package accepts GUIX_PYTHONPATH instead of
PYTHONPATH. `guix shell' sets GI_TYPELIB_PATH, GIO_EXTRA_MODULES,
GUIX_GTK3_PATH, GUIX_PYTHONPATH, PATH, R_LIB_SITE and XDG_DATA_DIRS
when necessary. There is no need to set these environment variables
explicitly.
* bin/genenetwork2: Do not set GI_TYPELIB_PATH, GIO_EXTRA_MODULES,
GUIX_GTK3_PATH, PATH, PYTHONPATH, R_LIBS_SITE and XDG_DATA_DIRS.
* README.md [Development]: Remove paragraph on injecting python
modules locally.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -46,10 +46,6 @@ 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 |