Skip to content

Commit aa5647f

Browse files
committed
no link
1 parent 37c32d1 commit aa5647f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _supports_symlinks():
121121
if (in_spark):
122122
# Construct the symlink farm - this is necessary since we can't refer to the path above the
123123
# package root and we need to copy the jars and scripts which are up above the python root.
124-
if _supports_symlinks():
124+
if False:
125125
os.symlink(JARS_PATH, JARS_TARGET)
126126
os.symlink(SCRIPTS_PATH, SCRIPTS_TARGET)
127127
os.symlink(USER_SCRIPTS_PATH, USER_SCRIPTS_TARGET)

0 commit comments

Comments
 (0)