From 833f4c9f9fcd4bd20dedb1ab4427d0c1c217f66c Mon Sep 17 00:00:00 2001 From: tobyhalldev <65293839+tobyhalldev@users.noreply.github.com> Date: Sat, 17 Dec 2022 12:00:11 +0000 Subject: [PATCH] sfgsg --- _posts/2022-12-10-Installing and Setting up Python.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_posts/2022-12-10-Installing and Setting up Python.md b/_posts/2022-12-10-Installing and Setting up Python.md index d1448d2..98f3f95 100644 --- a/_posts/2022-12-10-Installing and Setting up Python.md +++ b/_posts/2022-12-10-Installing and Setting up Python.md @@ -25,4 +25,8 @@ Then you have python installed but it may not be the latest version. So there are a few options for setting up python. The first one is from the Microsoft store but i would not recommend that as it is a lot harder to setup integrations with IDE's like VSCode. -So once you have run the installer and set python up you can do something called virtual environments. \ No newline at end of file +So once you have run the installer and set python up you can do something called virtual environments. + +So to use Virtual Environments (venvs) you need to run the command: + +`venv` \ No newline at end of file