From 3dc7c9656400beabb08ca7a635797a045ff54414 Mon Sep 17 00:00:00 2001 From: AlphaJack <19962243+AlphaJack@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:05:17 +0100 Subject: [PATCH] Update docs/docs/installation/installing-superset-from-scratch.mdx Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com> --- docs/docs/installation/installing-superset-from-scratch.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx b/docs/docs/installation/installing-superset-from-scratch.mdx index 736311e0545bb..1e3897bb44c46 100644 --- a/docs/docs/installation/installing-superset-from-scratch.mdx +++ b/docs/docs/installation/installing-superset-from-scratch.mdx @@ -91,7 +91,7 @@ We highly recommend installing Superset inside of a virtual environment. You can create and activate a virtual environment using: ``` -python3 -m venv "venv" +python3 -m venv venv source "venv/bin/activate" ```