From 520784029e7e56de1106e4090fe7c47053d88ee8 Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:28:24 +0545 Subject: [PATCH] symlinks --- build_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_installer.py b/build_installer.py index a4a796f..5d0e44c 100644 --- a/build_installer.py +++ b/build_installer.py @@ -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(