From 2ee5b43b2ed899488f22d3c6e405e5b1ca884a37 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Mon, 12 May 2025 10:14:37 +0300 Subject: Remove setting python path. Signed-off-by: Munyoki Kilyungi --- genenetwork-local-container.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'genenetwork-local-container.sh') 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" \ -- cgit v1.2.3