From fb75e8f86626d06279b38ad2f4515ffe97510eb9 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 5 May 1997 12:29:45 +0000 Subject: Add NumPy to default search path. --- lang/python31/files/Setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python31') diff --git a/lang/python31/files/Setup b/lang/python31/files/Setup index 5105ea176784..1eea44586c45 100644 --- a/lang/python31/files/Setup +++ b/lang/python31/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 v1.2.3