Skip to content
Snippets Groups Projects
Commit 3646474fbc83 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

setup-base-dir: add a visible shorthand to activate the env

Simpler than foraging in hidden directory
parent c66ba6c0a78c
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment