Skip to content

Commit

Permalink
no link
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Mar 24, 2020
1 parent 37c32d1 commit aa5647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _supports_symlinks():
if (in_spark):
# Construct the symlink farm - this is necessary since we can't refer to the path above the
# package root and we need to copy the jars and scripts which are up above the python root.
if _supports_symlinks():
if False:
os.symlink(JARS_PATH, JARS_TARGET)
os.symlink(SCRIPTS_PATH, SCRIPTS_TARGET)
os.symlink(USER_SCRIPTS_PATH, USER_SCRIPTS_TARGET)
Expand Down

0 comments on commit aa5647f

Please sign in to comment.