about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xgenenetwork-local-container.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/genenetwork-local-container.sh b/genenetwork-local-container.sh
index 1c32930..b7d76a7 100755
--- a/genenetwork-local-container.sh
+++ b/genenetwork-local-container.sh
@@ -453,8 +453,7 @@ init_xapian() {
     if [ ! -f "$BASE_DIR/var/lib/xapian/build" ]; then
         rm -rf "$BASE_DIR/var/lib/xapian/build"
     fi
-
-    env PYTHONPATH="$BASE_DIR/genenetwork3/" guix shell python-wrapper genenetwork3 \
+    guix shell python-wrapper genenetwork3 \
 	--share="$BASE_DIR/var/lib/xapian"  -- \
 	"$BASE_DIR/genenetwork3/scripts/index-genenetwork" create-xapian-index \
 	"$BASE_DIR/var/lib/xapian/build" \