# HG changeset patch # User Pierre-Yves David <pierre-yves.david@octobus.net> # Date 1685449693 -3600 # Tue May 30 13:28:13 2023 +0100 # Node ID 3646474fbc830f402c81721758643e4ec929398f # Parent c66ba6c0a78c2b08eef3f19622b71e7a3c244208 setup-base-dir: add a visible shorthand to activate the env Simpler than foraging in hidden directory diff --git a/suites/hg/scheduling/setup-base-dir b/suites/hg/scheduling/setup-base-dir --- a/suites/hg/scheduling/setup-base-dir +++ b/suites/hg/scheduling/setup-base-dir @@ -46,6 +46,7 @@ env_bin = Path("..") / ".venv" / "bin" dir_bin = Path("bin") os.symlink(env_bin / "poulpe", dir_bin / "poulpe") + os.symlink(env_bin / "activate", dir_bin / "activate") def setup_base_dir(path):