From 6ee8d7ea79fdb274fb65811070c5bcb76c6d4463 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 5 May 1997 12:29:45 +0000 Subject: Add NumPy to default search path. --- lang/python27/files/Setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python27') diff --git a/lang/python27/files/Setup b/lang/python27/files/Setup index 5105ea176784..1eea44586c45 100644 --- a/lang/python27/files/Setup +++ b/lang/python27/files/Setup @@ -65,7 +65,7 @@ MACHDESTLIB=$(BINLIBDEST) DESTPATH=:$(DESTLIB) # Site specific path insertions -- should begin with : if non-empty -SITEPATH= +SITEPATH=:$(DESTLIB)/NumPy # Standard enabled (tests are always available) TESTPATH=:$(DESTLIB)/test -- cgit