From 3cd54f79e9a0634b1699894b17469204312e0dee Mon Sep 17 00:00:00 2001 From: ANTO SAGAYA JUSTIN R <7411-justinmass2001@users.noreply.git.selfmade.ninja> Date: Wed, 30 Oct 2024 06:07:49 +0000 Subject: [PATCH] Update file create venv file.txt --- create venv file/create venv file.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/create venv file/create venv file.txt b/create venv file/create venv file.txt index 1683b3b..c200569 100644 --- a/create venv file/create venv file.txt +++ b/create venv file/create venv file.txt @@ -1,9 +1,20 @@ + + Any python packages installing to environment error: sudo aptget install colour --break-system-packages Create a Venv File: python -m venv iotcloud +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. ) + 3. git remote -v ( your record of remote repositories.) + + +vs code remote ssh connecting error on raspberry pi: + sudo rm -r .vscode* ( This command remove vs code server to RPI.) + Activate This Venv File: source iotcloud/bin/activate -- GitLab