From 3c5bf5d57bf576a1ec242727ae879b94478ba415 Mon Sep 17 00:00:00 2001
From: ANTO SAGAYA JUSTIN R
 <7411-justinmass2001@users.noreply.git.selfmade.ninja>
Date: Mon, 9 Dec 2024 07:29:15 +0000
Subject: [PATCH] Update file create venv file.txt

---
 create venv file/create venv file.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/create venv file/create venv file.txt b/create venv file/create venv file.txt
index 42b0e9c..8f4e114 100644
--- a/create venv file/create venv file.txt	
+++ b/create venv file/create venv file.txt	
@@ -6,6 +6,9 @@ Any python packages installing to environment error:
 Create a Venv File:
     python -m venv iotcloud
 
+Activate This Venv File:
+    source iotcloud/bin/activate
+
 Git command meaning:
     1. git push origin master ( pushes the local master branch to the remote repository. )
     2. git push origin main ( git push to main branch. )
@@ -36,8 +39,6 @@ vs code remote ssh connecting error on raspberry pi:
 This is linux cmd:
     rm -f ~/ .ssh/known_hosts ( warning remot host identification has changed delete old known_hosts.)
 
-Activate This Venv File:
-    source iotcloud/bin/activate
 
 Linex System PC Full Information Command:
     /proc/cpuinfo
-- 
GitLab