We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c32d1 commit aa5647fCopy full SHA for aa5647f
python/setup.py
@@ -121,7 +121,7 @@ def _supports_symlinks():
121
if (in_spark):
122
# Construct the symlink farm - this is necessary since we can't refer to the path above the
123
# package root and we need to copy the jars and scripts which are up above the python root.
124
- if _supports_symlinks():
+ if False:
125
os.symlink(JARS_PATH, JARS_TARGET)
126
os.symlink(SCRIPTS_PATH, SCRIPTS_TARGET)
127
os.symlink(USER_SCRIPTS_PATH, USER_SCRIPTS_TARGET)
0 commit comments