update scripts and add setups linux-vm and macos

This commit is contained in:
2025-02-24 14:25:04 +00:00
parent 1a3a374f3b
commit eada923162
6 changed files with 141 additions and 16 deletions

View File

@@ -104,7 +104,7 @@ def link_environment(config, env, **kwargs):
src = package["link"]["from"]
dest = package["link"]["to"]
if dest.exists():
if dest.exists() or dest.is_symlink():
if options["force"]:
force_delete(dest)
print(f"\t> Deleted: {dest}")