diff options
author | zsloan | 2017-09-14 15:54:53 +0000 |
---|---|---|
committer | zsloan | 2017-09-14 15:54:53 +0000 |
commit | c888fea759cc5426a8a91b6d9ec157397b447617 (patch) | |
tree | e65e5db5aa028cc9679eba16f76c53d425e39342 | |
parent | 9016ec7a3e29dbe2275a81337a9cb869366e3416 (diff) | |
parent | 4a1e8cead6b02da1ff328c9cc939361754bfe26e (diff) | |
download | genenetwork2-c888fea759cc5426a8a91b6d9ec157397b447617.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
-rwxr-xr-x | bin/genenetwork2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index e07a4e32..5e791885 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -68,6 +68,7 @@ else export PATH=$GN2_PROFILE/bin:$PATH export PYTHONPATH=$GN2_PROFILE/lib/python2.7/site-packages export R_LIBS_SITE=$GN2_PROFILE/site-library + export GEM_PATH=$GN2_PROFILE/lib/ruby/gems/2.4.0 export JS_GUIX_PATH=$GN2_PROFILE/share/genenetwork2/javascript export GUIX_GTK3_PATH="$GN2_PROFILE/lib/gtk-3.0" export GI_TYPELIB_PATH="$GN2_PROFILE/lib/girepository-1.0" |