Skip to content

Commit

Permalink
symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Oct 23, 2024
1 parent c00d569 commit 5207840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

lib = install / "lib"
lib.mkdir(parents=True)
shutil.copytree(path / "dist" / "dvc", lib / "dvc")
shutil.copytree(path / "dist" / "dvc", lib / "dvc", symlinks=True)

bash_dir.mkdir(parents=True)
bash_completion = check_output(
Expand Down

0 comments on commit 5207840

Please sign in to comment.