From bd01bcb807ccdffecbf77faef9ec573e5e2da5f0 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Tue, 13 Jun 2023 12:00:35 -0700 Subject: env to .env to be caught by .gitignore --- docs/docs/walkthroughs/create-a-recipe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/docs/walkthroughs/create-a-recipe.md b/docs/docs/walkthroughs/create-a-recipe.md index 3b80df8a..5d80d083 100644 --- a/docs/docs/walkthroughs/create-a-recipe.md +++ b/docs/docs/walkthroughs/create-a-recipe.md @@ -93,5 +93,5 @@ class SetUpVenvStep(Step): if os == "Windows": await sdk.run("python -m venv env; .\\env\\Scripts\\activate") else: - await sdk.run("python3 -m venv env && source env/bin/activate") # MacOS and Linux + await sdk.run("python3 -m venv .env && source .env/bin/activate") # MacOS and Linux ``` -- cgit v1.2.3-70-g09d2