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

setup-base-dir: one more line of friendly output

parent fa26695b3baa
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@
def setup_quick_access():
print('Creating a "bin/" directory with some utility')
Path("bin").mkdir(parents=True)
env_bin = Path("..") / ".venv" / "bin"
......
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