diff --git a/riot/riot.py b/riot/riot.py index 569cd3d..fbe6af2 100644 --- a/riot/riot.py +++ b/riot/riot.py @@ -382,7 +382,7 @@ def run( venv_path, ) try: - shutil.copytree(base_venv_path, venv_path) + shutil.copytree(base_venv_path, venv_path, symlinks=True) except FileNotFoundError: logger.info("Base virtualenv '%s' does not exist", venv_path) continue