Skip to content

Commit 21eb898

Browse files
committed
don't deal with the local site path while we're installing setuptools per-user
1 parent 4d66965 commit 21eb898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graalpython/site-packages/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PYTHON_VERSION = 3.7
66

77
SETUPTOOLS_DIR = setuptools-${SETUPTOOLS_VERSION}
88
IN_SETUPTOOLS_DIR = cd ${SETUPTOOLS_DIR} &&
9-
SITE_PATH = ../lib-python/3/site-packages/
9+
# SITE_PATH = ../lib-python/3/site-packages/
1010

1111

1212
QUIETLY$(MX_VERBOSE) = @
@@ -27,4 +27,4 @@ install:
2727

2828
clean:
2929
$(QUIETLY) rm -rf ${SETUPTOOLS_DIR}
30-
$(QUIETLY) rm -rf ${SITE_PATH}/*
30+
# $(QUIETLY) rm -rf ${SITE_PATH}/*

0 commit comments

Comments
 (0)